|
|
@@ -166,6 +166,7 @@ import teachingImg from '@/assets/icon/teaching.png'
|
|
|
// 导入自主学习组件
|
|
|
import SelfDirectedLearning from '@/components/study/SelfDirectedLearning.vue'
|
|
|
import DialogContent from "@/views/AIPage/aiGenerate/DialogContent.vue";
|
|
|
+import {teacherList} from "@/api/teachers.js";
|
|
|
|
|
|
const router = useRouter() // 获取当前路由对象
|
|
|
// 下拉菜单选中项
|
|
|
@@ -334,7 +335,9 @@ onMounted(() => {
|
|
|
currentOpenedMenu.value = savedMenu
|
|
|
currentActiveIndex.value = savedIndex
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ getRoleList()
|
|
|
+
|
|
|
// const title = history.state?.title
|
|
|
// if (title) {
|
|
|
// pageTitle.value = title
|