|
@@ -133,6 +133,7 @@ const handleScrollEnd = () => {
|
|
|
}
|
|
|
|
|
|
let menuList = ref([
|
|
|
+
|
|
|
{
|
|
|
name: '首页',
|
|
|
img: new URL('./assets/img/MenuLeftTwo/planet-fill-yes.svg', import.meta.url).href,
|
|
@@ -140,80 +141,62 @@ let menuList = ref([
|
|
|
url: 'admin/index',
|
|
|
list: [],
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- name: '课程管理',
|
|
|
- img: new URL('./assets/img/MenuLeftTwo/graduation-cap-fill-yes.svg', import.meta.url).href,
|
|
|
- imgNo: new URL('./assets/img/MenuLeftTwo/graduation-cap-fill.svg', import.meta.url).href,
|
|
|
- url: '',
|
|
|
- list: [
|
|
|
- {
|
|
|
- name: '班级管理',
|
|
|
- url: 'teacherClassManage',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '学生管理',
|
|
|
- url: 'teacherStudentManage',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '课程题库管理',
|
|
|
- url: 'teacherQuestionBankManage',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '成绩规则自定义',
|
|
|
- url: 'teacherScoreRules',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- name: '日常教学',
|
|
|
+ name: '用户管理',
|
|
|
img: new URL('./assets/img/MenuLeftTwo/quill-pen-ai-fill-yes.svg', import.meta.url).href,
|
|
|
imgNo: new URL('./assets/img/MenuLeftTwo/quill-pen-ai-fill.svg', import.meta.url).href,
|
|
|
url: '',
|
|
|
list: [
|
|
|
{
|
|
|
- name: '备课PPT生成',
|
|
|
+ name: '账号管理',
|
|
|
url: 'teacherPreClassPreviewGeneratePPT',
|
|
|
},
|
|
|
- {
|
|
|
- name: '课前预习布置',
|
|
|
- url: 'teacherPreClassPreviewAssignment',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '课后作业布置',
|
|
|
- url: 'teacherHomeworkAssignmentAfterClass',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '课程教学出卷',
|
|
|
- url: 'teacherCourseTeachingPaperOutput',
|
|
|
- },
|
|
|
],
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- name: '教学资源训练库',
|
|
|
- img: new URL('./assets/img/MenuLeftTwo/brush-ai-fill-yes.svg', import.meta.url).href,
|
|
|
- imgNo: new URL('./assets/img/MenuLeftTwo/brush-ai-fill.svg', import.meta.url).href,
|
|
|
+ name: '学校管理',
|
|
|
+ img: new URL('./assets/img/MenuLeftTwo/graduation-cap-fill-yes.svg', import.meta.url).href,
|
|
|
+ imgNo: new URL('./assets/img/MenuLeftTwo/graduation-cap-fill.svg', import.meta.url).href,
|
|
|
url: '',
|
|
|
list: [
|
|
|
{
|
|
|
- name: '资源库',
|
|
|
- url: 'teacherResourceLibrary',
|
|
|
+ name: '班级管理',
|
|
|
+ url: 'teacherClassManage',
|
|
|
},
|
|
|
{
|
|
|
- name: '课本教程训练',
|
|
|
- url: 'teacherTextbookTutorialTraining',
|
|
|
+ name: '课程管理',
|
|
|
+ url: 'teacherClassManage',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- name: 'AI工具箱',
|
|
|
- img: new URL('./assets/img/MenuLeftTwo/Frame-yes.svg', import.meta.url).href,
|
|
|
- imgNo: new URL('./assets/img/MenuLeftTwo/Frame.svg', import.meta.url).href,
|
|
|
- url: 'teacherAiToolbox',
|
|
|
- list: [],
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '教学资源训练库',
|
|
|
+ // img: new URL('./assets/img/MenuLeftTwo/brush-ai-fill-yes.svg', import.meta.url).href,
|
|
|
+ // imgNo: new URL('./assets/img/MenuLeftTwo/brush-ai-fill.svg', import.meta.url).href,
|
|
|
+ // url: '',
|
|
|
+ // list: [
|
|
|
+ // {
|
|
|
+ // name: '资源库',
|
|
|
+ // url: 'teacherResourceLibrary',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: '课本教程训练',
|
|
|
+ // url: 'teacherTextbookTutorialTraining',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+
|
|
|
+ // {
|
|
|
+ // name: 'AI工具箱',
|
|
|
+ // img: new URL('./assets/img/MenuLeftTwo/Frame-yes.svg', import.meta.url).href,
|
|
|
+ // imgNo: new URL('./assets/img/MenuLeftTwo/Frame.svg', import.meta.url).href,
|
|
|
+ // url: 'teacherAiToolbox',
|
|
|
+ // list: [],
|
|
|
+ // },
|
|
|
+
|
|
|
])
|
|
|
|
|
|
const handleOpen = (key, keyPath) => {
|