diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 3fa8eacb..74a1a0da 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -27,7 +27,7 @@ @openChange="onOpenChange" @select="selectItem" > - + - + 待审核课程 - + 已审核课程 - + 待审核项目 - + +
学习路径图 - + - + 项目 - + + - + 面授管理 - + 在线管理 - + +
系统管理 --> - + - + 试题管理 - + 试卷管理 - + 考试管理 - +
案例管理 - +
文章管理 - +
问答管理 - +
admin.some(s => s == t)) } +export function checkMenu(path='') { + // return store?.state?.menus.some(t => path.includes(t)); + console.log(path) + return true; +} + export function deepClone(obj) { let result = typeof obj.splice === "function" ? [] : {};