Skip to content

Commit

Permalink
更新模版项目
Browse files Browse the repository at this point in the history
  • Loading branch information
wo1261931780 committed Feb 4, 2024
1 parent 9e2f9c2 commit c58762d
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 4,902 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Layout from '@/layout'
// import chartsRouter from './modules/charts'
import tableRouter from './modules/table'
import examinationSystemRouter from '@/router/modules/examinationSystem'
import classSystemRouter from '@/router/modules/classSystem'
// import classSystemRouter from '@/router/modules/classSystem'
// import nestedRouter from './modules/nested'

/**
Expand Down Expand Up @@ -203,7 +203,7 @@ export const asyncRoutes = [
// nestedRouter,
tableRouter,
examinationSystemRouter,
classSystemRouter,
// classSystemRouter,
// ==============================================================
// 案例页面
// ==============================================================
Expand Down
128 changes: 69 additions & 59 deletions src/router/modules/classSystem.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* @Author: junw [email protected]
* @Date: 2023-11-09 18:08:30
* @LastEditors: junw [email protected]
* @LastEditTime: 2024-02-04 14:33:26
* @FilePath: \JOSP-SystemTempleVue\src\router\modules\classSystem.js
* @Description: 1111
*
* Copyright (c) 2024 by ${git_name_email}, All Rights Reserved.
*/
/** When your routing table is too long, you can split it into small modules **/

import Layout from '@/layout'
Expand All @@ -13,65 +23,65 @@ const classSystemRouter = {
icon: 'table'
},
children: [
{
path: 'classSystem',
component: () => import('@/views/AmyselfPage/classSystem/class-system.vue'),
name: 'classSystem',
meta: { title: 'classSystem' }
},
{
path: 'companyPageTest',
component: () => import('@/views/AmyselfPage/companyPageTest/company-page-test.vue'),
name: 'companyPageTest',
meta: { title: 'companyPageTest' }
},
{
path: 'echartTestPage',
component: () => import('@/views/AmyselfPage/echartTestPage/echart-test-page.vue'),
name: 'echartTestPage',
meta: { title: 'echartTestPage' }
}, {
path: 'st-info',
component: () => import('@/views/AmyselfPage/infoChangeForm/st-info.vue'),
name: 'st-info',
meta: { title: 'st-info' }
}, {
path: 'teacher-info',
component: () => import('@/views/AmyselfPage/infoChangeForm/teacher-info.vue'),
name: 'teacher-info',
meta: { title: 'teacher-info' }
}, {
path: 'lessonChargeDashboard',
component: () => import('@/views/AmyselfPage/lessonChargeDashboard/lesson-charge-dashboard.vue'),
name: 'lessonChargeDashboard',
meta: { title: 'lessonChargeDashboard' }
}, {
path: 'st-register-form',
component: () => import('@/views/AmyselfPage/registerForm/st-register-form.vue'),
name: 'st-register-form',
meta: { title: 'st-register-form' }
}, {
path: 'te-register-form',
component: () => import('@/views/AmyselfPage/registerForm/te-register-form.vue'),
name: 'te-register-form',
meta: { title: 'te-register-form' }
},
{
path: 'showScore',
component: () => import('@/views/AmyselfPage/showScore/show-score.vue'),
name: 'showScore',
meta: { title: '查询分数,和外面的一样' }
}, {
path: 'videoListAchievements',
component: () => import('@/views/AmyselfPage/videoListAchievements/video-list-achievements.vue'),
name: 'videoListAchievements',
meta: { title: 'videoListAchievements' }
}, {
path: 'videoListManage',
component: () => import('@/views/AmyselfPage/videoListManage/video-list-manage.vue'),
name: 'videoListManage',
meta: { title: 'videoListManage' }
}
// {
// path: 'classSystem',
// component: () => import('@/views/AmyselfPage/classSystem/class-system.vue'),
// name: 'classSystem',
// meta: { title: 'classSystem' }
// },
// {
// path: 'companyPageTest',
// component: () => import('@/views/AmyselfPage/companyPageTest/company-page-test.vue'),
// name: 'companyPageTest',
// meta: { title: 'companyPageTest' }
// },
// {
// path: 'echartTestPage',
// component: () => import('@/views/AmyselfPage/echartTestPage/echart-test-page.vue'),
// name: 'echartTestPage',
// meta: { title: 'echartTestPage' }
// }, {
// path: 'st-info',
// component: () => import('@/views/AmyselfPage/infoChangeForm/st-info.vue'),
// name: 'st-info',
// meta: { title: 'st-info' }
// }, {
// path: 'teacher-info',
// component: () => import('@/views/AmyselfPage/infoChangeForm/teacher-info.vue'),
// name: 'teacher-info',
// meta: { title: 'teacher-info' }
// }, {
// path: 'lessonChargeDashboard',
// component: () => import('@/views/AmyselfPage/lessonChargeDashboard/lesson-charge-dashboard.vue'),
// name: 'lessonChargeDashboard',
// meta: { title: 'lessonChargeDashboard' }
// }, {
// path: 'st-register-form',
// component: () => import('@/views/AmyselfPage/registerForm/st-register-form.vue'),
// name: 'st-register-form',
// meta: { title: 'st-register-form' }
// }, {
// path: 'te-register-form',
// component: () => import('@/views/AmyselfPage/registerForm/te-register-form.vue'),
// name: 'te-register-form',
// meta: { title: 'te-register-form' }
// },
// {
// path: 'showScore',
// component: () => import('@/views/AmyselfPage/showScore/show-score.vue'),
// name: 'showScore',
// meta: { title: '查询分数,和外面的一样' }
// }, {
// path: 'videoListAchievements',
// component: () => import('@/views/AmyselfPage/videoListAchievements/video-list-achievements.vue'),
// name: 'videoListAchievements',
// meta: { title: 'videoListAchievements' }
// }, {
// path: 'videoListManage',
// component: () => import('@/views/AmyselfPage/videoListManage/video-list-manage.vue'),
// name: 'videoListManage',
// meta: { title: 'videoListManage' }
// }
]
}
export default classSystemRouter
Loading

0 comments on commit c58762d

Please sign in to comment.