rt-sim-training-client/src/router/index.js

1016 lines
22 KiB
JavaScript
Raw Normal View History

2019-07-04 10:59:40 +08:00
import Vue from 'vue';
import Router from 'vue-router';
2019-07-02 16:29:52 +08:00
2019-07-04 10:59:40 +08:00
Vue.use(Router);
2019-07-02 16:29:52 +08:00
/* Layout */
2019-07-04 10:59:40 +08:00
import Layout from '@/layout';
2019-08-12 14:04:57 +08:00
import LoginNew from '@/views/login/loginNew';
import Login from '@/views/login/index';
import LoginNewScreen from '@/views/login/loginNewScreen';
import LoginScreen from '@/views/login/loginScreen';
import LoginNewPlan from '@/views/login/loginNewPlan';
import LoginPlan from '@/views/login/loginPlan';
2019-08-12 18:37:43 +08:00
import Jlmap3dedit from '@/views/jlmap3d/edit/jlmap3dedit';
2019-08-13 16:23:46 +08:00
import Jlmap3d from '@/views/jlmap3d/drive/jl3ddrive';
2019-08-12 14:04:57 +08:00
import Display from '@/views/display/index';
import TrainRoom from '@/views/trainRoom/index';
import JointTraining from '@/views/jointTraining/index';
import Error401 from '@/views/error-page/401';
import Errpr404 from '@/views/error-page/404';
import Dashboard from '@/views/dashboard/index';
import Dashboard1 from '@/views/dashboard/index.vue';
import SkinCode from '@/views/map/skinCode/index';
import SkinCodeDraft from '@/views/map/skinCode/draft';
2019-08-12 14:04:57 +08:00
import Mapdraft from '@/views/map/mapdraft/index';
import Mapedit from '@/views/map/mapdraft/mapedit/index';
import Runplan from '@/views/map/runplan/index';
2019-08-21 13:46:36 +08:00
import MapProduct from '@/views/map/product/index';
2019-08-12 14:04:57 +08:00
import RunplanView from '@/views/map/runplan/chart';
import Trainingrecord from '@/views/lesson/trainingrecord/index';
import TrainingrecordManage from '@/views/lesson/trainingrecord/manage/index';
import Taskmanage from '@/views/lesson/taskmanage/list';
import TrainingRuleList from '@/views/lesson/trainingRule/list';
import TrainingRuleEdit from '@/views/lesson/trainingRule/detail/index';
import Trainingmanage from '@/views/lesson/trainingmanage/index';
import Lessoncategory from '@/views/lesson/lessoncategory/index';
2019-08-15 09:04:17 +08:00
// import Scriptmanage from '@/views/lesson/scriptmanage/list';
import Scriptmanage from '@/views/scriptManage/index';
import ScriptmanageHome from '@/views/scriptManage/home';
2019-08-20 12:47:39 +08:00
import ScriptDisplay from '@/views/scriptManage/display/index';
2019-08-15 09:04:17 +08:00
import ScriptDetail from '@/views/scriptManage/detail/index';
2019-08-12 14:04:57 +08:00
import Teach from '@/views/teach/index';
import TeachHome from '@/views/teach/home';
import TeachDetail from '@/views/teach/detail/index';
import TeachPractical from '@/views/teach/practical/index';
import Pay from '@/views/components/pay/index';
import Exam from '@/views/exam/index';
import ExamHome from '@/views/exam/home';
import ExamDetail from '@/views/exam/detail/examDetail';
import ExamCourseDetail from '@/views/exam/detail/courseDetail';
import ExamQuestionDetail from '@/views/exam/detail/questionDetail';
import ExamResult from '@/views/exam/result';
import PublishExamRule from '@/views/publish/examRule/index';
import PublishExamRuleDraft from '@/views/publish/examRule/draft/index';
import Demonstration from '@/views/demonstration/index';
import DemonstrationHome from '@/views/demonstration/home';
import DemonstrationDetail from '@/views/demonstration/detail/index';
import ScreenMonitor from '@/views/screenMonitor/index';
import ScreenMonitorHome from '@/views/screenMonitor/home';
import ScreenMonitorDetail from '@/views/screenMonitor/detail/index';
import PlanMonitorEditTool from '@/views/planMonitor/editTool/index';
import PlanMonitor from '@/views/planMonitor/index';
import PlanMonitorHome from '@/views/planMonitor/home';
import PlanMonitorDetail from '@/views/planMonitor/detail';
import Replay from '@/views/replay/index';
import Package from '@/views/package/index';
import PackageDraft from '@/views/package/draft/ruleForm';
import PublishMap from '@/views/publish/publishMap/index';
import PublishMapDraft from '@/views/publish/publishMap/draft';
import PublishMapDetail from '@/views/publish/publishMap/list';
2019-08-12 14:04:57 +08:00
import RunPlanCommon from '@/views/publish/runPlanCommon/index';
import RunPlanCommonDraft from '@/views/publish/runPlanCommon/draft';
import RunPlanTemplate from '@/views/publish/runPlanTemplate/index';
import RunPlanEveryDay from '@/views/publish/runPlanEveryDay/index';
import ProductStatus from '@/views/publish/productStatus/index';
import PublishLesson from '@/views/publish/publishLesson/index';
// import SimulationScript from '@/views/publish/simulationScript/index';
2019-08-29 09:31:58 +08:00
// import IbpDraft from '@/views/ibp/ibpDraft/index';
// import IbpEdit from '@/views/ibp/ibpDraft/ibpEdit/index';
2019-08-12 14:04:57 +08:00
import Commodity from '@/views/orderauthor/commodity/index';
import CommodityDraft from '@/views/orderauthor/commodity/draft';
import OrderList from '@/views/orderauthor/order/list';
import OrderDraft from '@/views/orderauthor/order/draft';
import Author from '@/views/orderauthor/author/index';
2019-08-29 09:31:58 +08:00
import AuthorDraft from '@/views/orderauthor/author/draft/ruleForm';
import AuthorDetail from '@/views/orderauthor/author/detail';
2019-08-12 14:04:57 +08:00
import Permission from '@/views/orderauthor/permission/index';
import PermissionDetail from '@/views/orderauthor/permission/detail';
import PermissionDraft from '@/views/orderauthor/permission/draft/ruleForm';
2019-08-29 09:31:58 +08:00
import UserRules from '@/views/orderauthor/rules/index';
2019-08-12 14:04:57 +08:00
import Dictionary from '@/views/management/dictionary/index';
import DictionaryDetail from '@/views/management/dictionaryDetail/index';
import UserControl from '@/views/management/userControl/index';
import UserTraining from '@/views/management/userTraining/index';
import UserExam from '@/views/management/userExam/index';
import UserSimulation from '@/views/management/userSimulation/index';
import ExistingSimulation from '@/views/management/existingSimulation/index';
2019-07-02 16:29:52 +08:00
/**
* Note: sub-menu only appear when route children.length >= 1
* Detail see: https://panjiachen.github.io/vue-element-admin-site/guide/essentials/router-and-nav.html
*
* hidden: true if set true, item will not show in the sidebar(default is false)
* alwaysShow: true if set true, will always show the root menu
* if not set alwaysShow, when item has more than one children route,
* it will becomes nested mode, otherwise not show the root menu
* redirect: noRedirect if set noRedirect will no redirect in the breadcrumb
* name:'router-name' the name is used by <keep-alive> (must set!!!)
* meta : {
roles: ['admin','editor'] control the page roles (you can set multiple roles)
title: 'title' the name show in sidebar and breadcrumb (recommend set)
icon: 'svg-name' the icon show in the sidebar
breadcrumb: false if set false, the item will hidden in breadcrumb(default is true)
activeMenu: '/example/list' if set path, the sidebar will highlight the path you set
}
*/
export const user = '01'; // 普通用户
export const mapCreater = '02'; // 地图创建权限
export const lessonCreater = '03'; // 课程创建权限
export const admin = '04'; // 管理员
export const superAdmin = '05'; // 超级管理员
2019-08-09 10:10:26 +08:00
export const userExam = '011'; // 考试系统
export const userLesson = '012'; // 教学系统
2019-07-02 16:29:52 +08:00
export const userSimulation = '013'; // 仿真系统
2019-08-09 10:10:26 +08:00
export const userScreen = '014'; // 大屏系统
export const userPlan = '015'; // 计划系统
2019-07-02 16:29:52 +08:00
export const UrlConfig = {
display: '/display',
2019-08-20 12:47:39 +08:00
scriptDisplay: '/scriptDisplay',
2019-07-02 16:29:52 +08:00
examRuleDraft: '/examRule/draft',
2019-07-25 13:26:20 +08:00
examRuleManage: '/examRule/manage',
map: {
prefix: '/map',
draft: '/map/draw',
2019-08-14 09:35:38 +08:00
skinCode: '/map/skinCode',
skinCodeDraft: '/map/skinCode/draft',
2019-07-25 13:26:20 +08:00
runPlan: '/map/runPlan',
runPlanView: '/map/runPlan/view',
product: '/map/product',
productDraft: '/map/product/draft'
2019-07-26 13:32:43 +08:00
},
lesson: {
prefix: '/lesson',
record: '/lesson/record/training',
manage: '/lesson/manage/training'
},
teach: {
prefix: '/teach',
detail: '/teach/detail',
practical: '/teach/practical',
pay: '/teach/pay'
2019-07-26 13:32:43 +08:00
},
exam: {
prefix: '/exam',
detail: '/exam/detail',
course: '/exam/course',
examRuleManage: '/exam/examRule/manage',
pay: '/exam/pay'
},
demonstration: {
prefix: '/demonstration',
detail: '/demonstration/detail',
pay: '/demonstration/pay'
},
dp: {
prefix: '/dp',
detail: '/dp/detail',
pay: '/dp/pay'
},
plan: {
prefix: '/plan',
tool: '/plan/tool',
detail: '/plan/detail',
pay: '/plan/pay'
},
replay: {
prefix: '/replay'
},
permission: {
prefix: '/permission',
permissionList: '/permission/manage',
permissionDraft: '/permission/draft',
permission: '/permission/restore'
},
publish: {
prefix: '/publish',
map: '/publish/map',
mapDraft: '/publish/map/draft',
runPlanEveryDay: '/publish/runPlan/everyDay',
runPlanTemplate: '/publish/runPlan/template',
runPlanCommon: '/publish/runPlan/common',
runPlanView: '/publish/runPlan/view'
2019-07-26 13:32:43 +08:00
},
orderauthor: {
prefix: '/orderauthor',
commodityManage: '/orderauthor/commodity/manage',
commodityDraft: '/orderauthor/commodity/draft',
orderManage: '/orderauthor/order/manage',
orderDraft: '/orderauthor/order/draft',
authorMange: '/orderauthor/author/manage',
2019-08-29 09:31:58 +08:00
authorDetail: '/orderauthor/author/detail',
2019-07-26 13:32:43 +08:00
authorDraft: '/orderauthor/author/draft',
transferDetail: '/orderauthor/transfer/detail',
trainferPackage: '/orderauthor/transfer/package'
2019-08-15 09:04:17 +08:00
},
script: {
prefix: '/script',
2019-08-20 12:47:39 +08:00
detail: '/script/detail',
display: '/script/display'
2019-08-27 14:17:36 +08:00
},
ibp: {
prefix: 'ibp',
draft: '/ibp/draft',
edit: 'ibp/edit'
2019-07-25 13:26:20 +08:00
}
2019-07-02 16:29:52 +08:00
};
/**
* constantRoutes
* a base page that does not have permission requirements
* all roles can be accessed
*/
export const constantRoutes = [
{
path: '/login',
2019-08-12 14:04:57 +08:00
component: LoginNew,
2019-07-02 16:29:52 +08:00
hidden: true
},
{
path: '/login1',
2019-08-12 14:04:57 +08:00
component: Login,
2019-07-02 16:29:52 +08:00
hidden: true
},
2019-07-26 13:32:43 +08:00
// 扫码登录
{
2019-08-08 13:47:30 +08:00
path: '/dp/login',
2019-08-12 14:04:57 +08:00
component: LoginNewScreen,
2019-07-26 13:32:43 +08:00
hidden: true
},
// 密码登录
{
2019-08-08 13:47:30 +08:00
path: '/dp/login1',
2019-08-12 14:04:57 +08:00
component: LoginScreen,
2019-07-26 13:32:43 +08:00
hidden: true
},
// 扫码登录
{
2019-08-08 13:47:30 +08:00
path: '/plan/login',
2019-08-12 14:04:57 +08:00
component: LoginNewPlan,
2019-07-26 13:32:43 +08:00
hidden: true
},
// 密码登录
{
2019-08-08 13:47:30 +08:00
path: '/plan/login1',
2019-08-12 14:04:57 +08:00
component: LoginPlan,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
2019-08-08 13:47:30 +08:00
path: '/jlmap3d/edit',
2019-08-12 14:04:57 +08:00
component: Jlmap3dedit,
2019-07-26 13:32:43 +08:00
hidden: true
},
2019-07-02 16:29:52 +08:00
{
path: '/401',
2019-08-12 14:04:57 +08:00
component: Error401,
2019-07-02 16:29:52 +08:00
hidden: true
},
{
path: '/404',
2019-08-12 14:04:57 +08:00
component: Errpr404,
2019-07-02 16:29:52 +08:00
hidden: true
},
{
path: '/',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-02 16:29:52 +08:00
redirect: '/dashboard',
children: [{
path: 'dashboard',
2019-08-12 14:04:57 +08:00
component: Dashboard,
2019-08-09 15:10:13 +08:00
meta: {
i18n: 'router.homePage',
icon: 'dashboard'
}
2019-07-02 16:29:52 +08:00
}]
2019-07-26 13:32:43 +08:00
},
{ path: '*', redirect: '/404', hidden: true }
2019-07-04 10:59:40 +08:00
];
2019-07-02 16:29:52 +08:00
2019-07-26 13:32:43 +08:00
export const asyncRouter = [
{
path: '/',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
redirect: '/dashboard',
hidden: true,
children: [
{
path: 'dashboard',
2019-08-12 14:04:57 +08:00
component: Dashboard1
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/display/:mode',
2019-08-12 14:04:57 +08:00
component: Display,
2019-07-26 13:32:43 +08:00
meta: {
},
hidden: true
},
2019-08-20 12:47:39 +08:00
{
path: '/scriptDisplay/:mode',
component: ScriptDisplay,
meta: {
},
hidden: true
},
2019-07-26 13:32:43 +08:00
{
path: '/trainroom',
2019-08-12 14:04:57 +08:00
component: TrainRoom,
2019-07-26 13:32:43 +08:00
meta: {
},
hidden: true
},
{
path: '/jointTraining',
2019-08-12 14:04:57 +08:00
component: JointTraining,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: '/jlmap3d',
2019-08-12 14:04:57 +08:00
component: Jlmap3d,
2019-07-26 13:32:43 +08:00
meta: {
},
hidden: true
},
{
path: '/map',
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.mapManage',
2019-07-26 13:32:43 +08:00
roles: [admin, mapCreater]
},
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
children: [
{
2019-08-14 09:35:38 +08:00
path: 'skinCode',
component: SkinCode,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.skinManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'skinCode/draft/:mode/:skinCodeId',
2019-07-26 13:32:43 +08:00
hidden: true,
component: SkinCodeDraft
2019-07-26 13:32:43 +08:00
},
{
path: 'draw',
redirect: '/map/draw/0/draft',
2019-08-12 14:04:57 +08:00
component: Mapdraft,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.mapDraw'
2019-07-26 13:32:43 +08:00
},
children: [
{
path: ':mapId/:view',
2019-08-12 14:04:57 +08:00
component: Mapedit,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
2019-08-27 17:07:32 +08:00
// {
// path: 'ibp/edit',
// component: IbpEdit,
// meta: {
// i18n: 'router.ibpDraw'
// }
// },
2019-07-26 13:32:43 +08:00
{
path: 'runPlan',
redirect: '/map/runPlan/view/draft',
2019-08-12 14:04:57 +08:00
component: Runplan,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.runPlanManage'
2019-07-26 13:32:43 +08:00
},
children: [{
path: 'view/:mode',
2019-08-12 14:04:57 +08:00
component: RunplanView,
2019-07-25 13:26:20 +08:00
hidden: true
2019-07-26 13:32:43 +08:00
}]
},
{
path: 'product',
2019-08-21 13:46:36 +08:00
component: MapProduct,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.productEdit'
2019-07-25 13:26:20 +08:00
}
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/lesson',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.lessaonManage',
2019-07-26 13:32:43 +08:00
roles: [admin, lessonCreater]
},
children: [
{
path: 'record',
redirect: '/lesson/record/training/0/null',
2019-08-12 14:04:57 +08:00
component: Trainingrecord,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.trainingRecord'
2019-07-26 13:32:43 +08:00
},
children: [
{
path: 'training/:trainingId/:trainingName',
2019-08-12 14:04:57 +08:00
component: TrainingrecordManage,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
2019-08-09 15:10:13 +08:00
path: 'manage/taskManage',
2019-08-12 14:04:57 +08:00
component: Taskmanage,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.taskManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'manage/trainingRule',
2019-08-12 14:04:57 +08:00
component: TrainingRuleList,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.trainingRule'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'manage/trainingRule/detail',
hidden: true,
2019-08-12 14:04:57 +08:00
component: TrainingRuleEdit,
2019-07-26 13:32:43 +08:00
meta: {
}
},
{
path: 'manage/training',
2019-08-12 14:04:57 +08:00
component: Trainingmanage,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.trainingManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'edit',
2019-08-12 14:04:57 +08:00
component: Lessoncategory,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.lessonEdit'
2019-07-26 13:32:43 +08:00
}
2019-08-08 10:31:46 +08:00
}
]
},
{
path: '/script',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-08-08 10:31:46 +08:00
meta: {
2019-08-12 11:31:43 +08:00
roles: [admin, lessonCreater, user]
2019-08-08 10:31:46 +08:00
},
children: [
2019-07-26 13:32:43 +08:00
{
2019-08-15 09:04:17 +08:00
path: '',
redirect: '/script/home',
2019-08-12 14:04:57 +08:00
component: Scriptmanage,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.scriptManage'
2019-08-15 09:04:17 +08:00
},
children: [
{
path: 'home',
component: ScriptmanageHome,
meta: {
i18n: 'router.scriptManage'
}
},
{
path: 'detail/:scriptId',
component: ScriptDetail,
hidden: true
}
]
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/teach',
2019-08-14 10:12:51 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin, userLesson, user]
},
children: [
{
2019-08-14 10:12:51 +08:00
path: '',
redirect: '/teach/home',
component: Teach,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.teachSystem'
2019-07-26 13:32:43 +08:00
},
2019-08-14 10:12:51 +08:00
children: [
{
path: 'home',
component: TeachHome
},
{
// 课程详情
path: 'detail/:lessonId',
component: TeachDetail,
meta: {
},
hidden: true
},
{
// 实训详情
path: 'practical/:trainingId/:lessonId',
component: TeachPractical,
meta: {
},
hidden: true
},
{
path: 'pay/:lessonId',
component: Pay,
meta: {
},
hidden: true
}
]
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/exam',
2019-08-14 10:12:51 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin, userExam, user]
},
children: [
{
2019-08-14 10:12:51 +08:00
path: '',
redirect: '/exam/home',
component: Exam,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.examSystem'
2019-08-14 10:12:51 +08:00
},
children: [
{
path: 'home',
component: ExamHome
},
{
// 试卷详情
path: 'detail/:examId',
component: ExamDetail,
hidden: true
},
{
path: 'course/:lessonId',
component: ExamCourseDetail,
hidden: true
},
{
// 规则管理
path: 'examRule/manage',
component: PublishExamRule,
hidden: true
},
{
path: 'examRule/draft/:mode/:ruleId/:lessonId',
hidden: true,
component: PublishExamRuleDraft
},
{
path: 'pay/:lessonId',
component: Pay,
hidden: true
},
{
// 开始考试
path: 'questionDetail/:examQuestionId',
component: ExamQuestionDetail,
hidden: true
},
{
// 考试结果
path: 'result/:userExamId',
component: ExamResult,
hidden: true
}
]
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/demonstration',
2019-08-14 10:12:51 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin, userSimulation, user]
},
children: [
{
2019-08-14 10:12:51 +08:00
path: '',
redirect: '/demonstration/home',
component: Demonstration,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.demonstrationSystem'
2019-08-14 10:12:51 +08:00
},
children: [
{
path: 'home',
component: DemonstrationHome,
meta: {
i18n: 'router.demonstrationSystem'
}
},
{
path: 'detail/:mapId',
component: DemonstrationDetail,
hidden: true
},
{
path: 'pay/:lessonId',
component: Pay,
hidden: true
}
]
2019-07-26 13:32:43 +08:00
}
]
},
{
path: '/dp',
redirect: '/dp/home',
2019-08-12 14:04:57 +08:00
component: ScreenMonitor,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-08 13:47:30 +08:00
roles: [admin, userScreen, user]
2019-07-26 13:32:43 +08:00
},
children: [
{
path: 'home',
2019-08-12 14:04:57 +08:00
component: ScreenMonitorHome,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.dpSystem'
2019-07-26 13:32:43 +08:00
},
target: true
},
{
path: 'detail/:lessonId',
2019-08-12 14:04:57 +08:00
component: ScreenMonitorDetail,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: 'pay/:lessonId',
2019-08-12 14:04:57 +08:00
component: Pay,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
path: '/plan/tool',
2019-08-12 14:04:57 +08:00
component: PlanMonitorEditTool,
2019-07-26 13:32:43 +08:00
meta: {
},
hidden: true
},
{
path: '/plan',
redirect: '/plan/home',
2019-08-12 14:04:57 +08:00
component: PlanMonitor,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin, user]
},
children: [
{
path: 'home',
2019-08-12 14:04:57 +08:00
component: PlanMonitorHome,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.planSystem'
2019-07-26 13:32:43 +08:00
},
target: true
},
{
path: 'detail/:lessonId',
2019-08-12 14:04:57 +08:00
component: PlanMonitorDetail,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: 'pay/:lessonId',
2019-08-12 14:04:57 +08:00
component: Pay,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
path: '/replay',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin]
},
children: [
{
path: 'manage',
2019-08-12 14:04:57 +08:00
component: Replay,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.replayManage'
2019-07-26 13:32:43 +08:00
}
}
]
},
{
path: '/permission',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
roles: [admin, user]
},
children: [
{
path: 'manage',
2019-08-12 14:04:57 +08:00
component: Package,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.permissionManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'draft',
2019-08-12 14:04:57 +08:00
component: PackageDraft,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
path: '/publish',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.pulishManage',
2019-07-26 13:32:43 +08:00
roles: [admin]
},
children: [
{
path: 'map',
2019-08-12 14:04:57 +08:00
component: PublishMap,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.publishMapManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'map/detail',
hidden: true,
component: PublishMapDetail
},
2019-07-26 13:32:43 +08:00
{
path: 'product',
2019-08-12 14:04:57 +08:00
component: ProductStatus,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.productStateManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'lesson',
2019-08-12 14:04:57 +08:00
component: PublishLesson,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.publishLessonManage'
2019-07-26 13:32:43 +08:00
}
},
// {
// path: 'script',
2019-08-12 14:04:57 +08:00
// component: SimulationScript,
2019-07-26 13:32:43 +08:00
// meta: {
// title: '仿真脚本管理',
// }
// },
{
path: 'runPlan/template',
2019-08-12 14:04:57 +08:00
component: RunPlanTemplate,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.runPlanTemplateManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'runPlan/common',
2019-08-12 14:04:57 +08:00
component: RunPlanCommon,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.runPlanCommonManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'runPlan/everyDay',
2019-08-12 14:04:57 +08:00
component: RunPlanEveryDay,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.runPlanEveryDayManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'examRule/manage',
2019-08-12 14:04:57 +08:00
component: PublishExamRule,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.examRuleManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'map/draft/:mode/:mapId',
2019-08-12 14:04:57 +08:00
component: PublishMapDraft,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: 'examRule/draft/:mode/:ruleId/:lessonId',
2019-08-12 14:04:57 +08:00
component: PublishExamRuleDraft,
2019-08-09 15:10:13 +08:00
hidden: true
2019-07-26 13:32:43 +08:00
},
{
path: 'runPlan/common/:mode',
2019-08-12 14:04:57 +08:00
component: RunPlanCommonDraft,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: 'runPlan/view/:mode',
2019-08-12 14:04:57 +08:00
component: RunplanView,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
path: '/orderauthor',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.orderAuthorityManage',
2019-07-26 13:32:43 +08:00
roles: [admin]
},
children: [
2019-08-29 09:31:58 +08:00
{
path: 'author/manage',
component: Author,
meta: {
i18n: 'router.authorityManage'
}
},
2019-07-26 13:32:43 +08:00
{
path: 'commodity/manage',
2019-08-12 14:04:57 +08:00
component: Commodity,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.commodityManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'order/manage',
2019-08-12 14:04:57 +08:00
component: OrderList,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.orderManage'
2019-07-26 13:32:43 +08:00
}
},
{
2019-08-29 09:31:58 +08:00
path: 'transfer/manage',
component: Permission,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-29 09:31:58 +08:00
i18n: 'router.authorityTransferManage'
2019-07-26 13:32:43 +08:00
}
},
{
2019-08-29 09:31:58 +08:00
path: 'rules/manage',
component: UserRules,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-29 09:31:58 +08:00
i18n: 'router.userRulesManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'commodity/draft/:mode/:commodityId',
hidden: true,
2019-08-12 14:04:57 +08:00
component: CommodityDraft,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.addCommodity'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'order/draft/:mode/:orderId',
hidden: true,
2019-08-12 14:04:57 +08:00
component: OrderDraft,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.addOrder'
2019-07-26 13:32:43 +08:00
}
},
{
2019-08-29 09:31:58 +08:00
path: 'author/manage/rules',
2019-07-26 13:32:43 +08:00
hidden: true,
2019-08-12 14:04:57 +08:00
component: AuthorDraft,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.addCoursePermissions'
2019-07-26 13:32:43 +08:00
}
},
2019-08-29 09:31:58 +08:00
{
path: 'author/detail/:id',
hidden: true,
component: AuthorDetail,
meta: {
i18n: 'router.addCoursePermissions'
}
},
2019-07-26 13:32:43 +08:00
{
path: 'transfer/detail/:permissionId',
2019-08-12 14:04:57 +08:00
component: PermissionDetail,
2019-07-26 13:32:43 +08:00
hidden: true
},
{
path: 'transfer/package',
2019-08-12 14:04:57 +08:00
component: PermissionDraft,
2019-07-26 13:32:43 +08:00
hidden: true
}
]
},
{
path: '/system',
2019-08-12 14:04:57 +08:00
component: Layout,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.systemManage',
2019-07-26 13:32:43 +08:00
roles: [admin]
},
children: [
{
path: 'dictionary',
2019-08-12 14:04:57 +08:00
component: Dictionary,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.dataDictionary'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'dictionary/detail',
hidden: true,
2019-08-12 14:04:57 +08:00
component: DictionaryDetail,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.dataDictionaryDetails'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'userManage',
2019-08-12 14:04:57 +08:00
component: UserControl,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.userManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'userTrainingManage',
2019-08-12 14:04:57 +08:00
component: UserTraining,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.userTrainingManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'userExamManage',
2019-08-12 14:04:57 +08:00
component: UserExam,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.userExamManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'userSimulationManage',
2019-08-12 14:04:57 +08:00
component: UserSimulation,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.userSimulationManage'
2019-07-26 13:32:43 +08:00
}
},
{
path: 'existingSimulation',
2019-08-12 14:04:57 +08:00
component: ExistingSimulation,
2019-07-26 13:32:43 +08:00
meta: {
2019-08-09 15:10:13 +08:00
i18n: 'router.existingSimulation'
2019-07-26 13:32:43 +08:00
}
}
]
}
2019-07-04 10:59:40 +08:00
];
2019-07-02 16:29:52 +08:00
const createRouter = () => new Router({
mode: 'history', // require service support
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes
2019-07-04 10:59:40 +08:00
});
2019-07-02 16:29:52 +08:00
2019-07-04 10:59:40 +08:00
const router = createRouter();
2019-07-02 16:29:52 +08:00
2019-08-09 15:10:13 +08:00
router.beforeEach((to, from, next) => {
const name = to.fullPath;
if (name.includes('/dp/') || name.includes('display/dp')) {
document.title = '琏课堂-大屏系统';
} else if (name.includes('/plan/') || name.includes('/planEdit/')) {
document.title = '琏计划';
} else {
document.title = '琏课堂';
}
next();
});
2019-07-04 10:59:40 +08:00
export default router;