|
@@ -45,16 +45,15 @@ export const constantRouterMap = [
|
|
name: 'eva',
|
|
name: 'eva',
|
|
component: () => import('@/views/eva/index'),
|
|
component: () => import('@/views/eva/index'),
|
|
meta: { title: '学生评价', keepAlive: false }
|
|
meta: { title: '学生评价', keepAlive: false }
|
|
- },
|
|
|
|
-
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/classObserve',
|
|
|
|
- name: 'classObserve',
|
|
|
|
- component: () => import('@/views/classObserve/index'),
|
|
|
|
- meta: { title: '课堂观察', keepAlive: false }
|
|
|
|
- },
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/classObserve',
|
|
|
|
+ name: 'classObserve',
|
|
|
|
+ component: () => import('@/views/classObserve/index'),
|
|
|
|
+ meta: { title: '课堂观察', keepAlive: false }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/aiChat',
|
|
path: '/aiChat',
|
|
component: () => import('@/views/classObserve/aiChat'),
|
|
component: () => import('@/views/classObserve/aiChat'),
|
|
@@ -209,58 +208,58 @@ export const constantRouterMap = [
|
|
keepAlive: false
|
|
keepAlive: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path:"/pocAiClassroom",
|
|
|
|
- name:"pocAiClassroom",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/index.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"POC课堂",
|
|
|
|
- keepAlive: false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path:"/pocAiChat",
|
|
|
|
- name:"pocAiChat",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/chatArea2.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"聊聊天",
|
|
|
|
- keepAlive: false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path:"/pocDoTask",
|
|
|
|
- name:"pocDoTask",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/doTask.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"做练习",
|
|
|
|
- keepAlive: false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path:"/pocClass",
|
|
|
|
- name:"pocClass",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/pocClass.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"上课",
|
|
|
|
- keepAlive: false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path:"/pocSelfMessage",
|
|
|
|
- name:"pocSelfMessage",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/selfMessage.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"个人信息",
|
|
|
|
- keepAlive: false
|
|
|
|
- },
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path:"/pocStartIndex",
|
|
|
|
- name:"pocStartIndex",
|
|
|
|
- component:()=>import('@/views/pocAiClassroom/startIndex.vue'),
|
|
|
|
- meta:{
|
|
|
|
- title:"智能学伴",
|
|
|
|
- keepAlive: false
|
|
|
|
- },
|
|
|
|
- }
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/pocAiClassroom',
|
|
|
|
+ name: 'pocAiClassroom',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/index.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'POC课堂',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/pocAiChat',
|
|
|
|
+ name: 'pocAiChat',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/chatArea2.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '聊聊天',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/pocDoTask',
|
|
|
|
+ name: 'pocDoTask',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/doTask.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '做练习',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/pocClass',
|
|
|
|
+ name: 'pocClass',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/pocClass.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '上课',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/pocSelfMessage',
|
|
|
|
+ name: 'pocSelfMessage',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/selfMessage.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '个人信息',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/pocStartIndex',
|
|
|
|
+ name: 'pocStartIndex',
|
|
|
|
+ component: () => import('@/views/pocAiClassroom/startIndex.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '智能学伴',
|
|
|
|
+ keepAlive: false
|
|
|
|
+ }
|
|
|
|
+ }
|
|
]
|
|
]
|