|
@@ -147,6 +147,7 @@ import knowledge from '@/components/pages/knowledge/index'
|
|
import sassPlatform from '@/components/pages/sassPlatform/index'
|
|
import sassPlatform from '@/components/pages/sassPlatform/index'
|
|
import classroomObservationTest from '@/components/pages/classroomObservation/test.vue'
|
|
import classroomObservationTest from '@/components/pages/classroomObservation/test.vue'
|
|
import CourseCon from '@/components/pages/liyuan/CourseCon'
|
|
import CourseCon from '@/components/pages/liyuan/CourseCon'
|
|
|
|
+import testReview from "@/components/pages/test/examine";
|
|
import aiOffice from '@/components/pages/liyuan/aiOffice'
|
|
import aiOffice from '@/components/pages/liyuan/aiOffice'
|
|
import schoolSafe from '@/components/pages/liyuan/schoolSafe'
|
|
import schoolSafe from '@/components/pages/liyuan/schoolSafe'
|
|
import lyStudentEva from '@/components/pages/liyuan/studentEva'
|
|
import lyStudentEva from '@/components/pages/liyuan/studentEva'
|
|
@@ -1283,6 +1284,13 @@ export default new Router({
|
|
keepAlive: true,
|
|
keepAlive: true,
|
|
requireAuth: ""//不需要鉴权
|
|
requireAuth: ""//不需要鉴权
|
|
}
|
|
}
|
|
|
|
+ },{
|
|
|
|
+ path: "/testReview",
|
|
|
|
+ name: "testReview",
|
|
|
|
+ component: testReview,
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: "" // 不需要鉴权
|
|
|
|
+ }
|
|
}, {
|
|
}, {
|
|
path: "/aiOffice",
|
|
path: "/aiOffice",
|
|
name: "aiOffice",
|
|
name: "aiOffice",
|