|
@@ -53,8 +53,8 @@ const router = new Router({
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- name: 'peixunPlatform',
|
|
|
- path: 'peixunPlatform',
|
|
|
+ name: 'trainsystem',
|
|
|
+ path: 'trainsystem',
|
|
|
meta: {
|
|
|
parentPath: 'croot',
|
|
|
breadcrumb: {
|
|
@@ -62,7 +62,7 @@ const router = new Router({
|
|
|
},
|
|
|
},
|
|
|
component: () => {
|
|
|
- return import(/* webpackChunkName: "peixunPlatform" */ './views/client/peixunPlatform.vue');
|
|
|
+ return import(/* webpackChunkName: "trainsystem" */ './views/client/trainsystem.vue');
|
|
|
},
|
|
|
},
|
|
|
{
|