lidongze há 3 anos atrás
pai
commit
a90409bce3
1 ficheiros alterados com 15 adições e 15 exclusões
  1. 15 15
      src/main/vue/src/router.js

+ 15 - 15
src/main/vue/src/router.js

@@ -1598,21 +1598,21 @@ const router = new Router({
                     },
                 },
                 {
-                                    path: '/metaZoumaLightEdit',
-                                    name: 'MetaZoumaLightEdit',
-                                    component: () => import(/* webpackChunkName: "metaZoumaLightEdit" */ '@/views/MetaZoumaLightEdit.vue'),
-                                    meta: {
-                                       title: '走马灯编辑',
-                                    },
-                                },
-                                {
-                                    path: '/metaZoumaLightList',
-                                    name: 'MetaZoumaLightList',
-                                    component: () => import(/* webpackChunkName: "metaZoumaLightList" */ '@/views/MetaZoumaLightList.vue'),
-                                    meta: {
-                                       title: '走马灯',
-                                    },
-                               }
+                    path: '/metaZoumaLightEdit',
+                    name: 'MetaZoumaLightEdit',
+                    component: () => import(/* webpackChunkName: "metaZoumaLightEdit" */ '@/views/MetaZoumaLightEdit.vue'),
+                    meta: {
+                        title: '走马灯编辑',
+                    },
+                },
+                {
+                    path: '/metaZoumaLightList',
+                    name: 'MetaZoumaLightList',
+                    component: () => import(/* webpackChunkName: "metaZoumaLightList" */ '@/views/MetaZoumaLightList.vue'),
+                    meta: {
+                        title: '走马灯',
+                    },
+                }
                 /**INSERT_LOCATION**/
             ]
         },