Pārlūkot izejas kodu

peixunPlatform改为trainsystem

tanxue 5 gadi atpakaļ
vecāks
revīzija
8a480d6d80

+ 1 - 1
src/components/client/common/header.vue

@@ -67,7 +67,7 @@
                     },
                     {
                         content:  '培训平台',
-                        keyPath:  '/c/peixunPlatform',
+                        keyPath:  '/c/trainsystem',
                         children: [],
                     },
                     {

+ 3 - 3
src/router.js

@@ -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');
                                               },
                                           },
                                           {

+ 1 - 1
src/views/client/peixunPlatform.vue → src/views/client/trainsystem.vue

@@ -5,7 +5,7 @@
 <script>
     import MtaBreadcrumb    from '@/components/client/common/MtaBreadcrumb.vue';
     export default {
-        name:       'courseDev',
+        name:       'trainsystem',
         props:      {
         },
         data() {