lsc 11 月之前
父节点
当前提交
5d417a63c7
共有 1 个文件被更改,包括 61 次插入62 次删除
  1. 61 62
      src/router/router.config.js

+ 61 - 62
src/router/router.config.js

@@ -45,16 +45,15 @@ export const constantRouterMap = [
         name: 'eva',
         component: () => import('@/views/eva/index'),
         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',
     component: () => import('@/views/classObserve/aiChat'),
@@ -209,58 +208,58 @@ export const constantRouterMap = [
       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
+    }
+  }
 ]