lidongze 3 жил өмнө
parent
commit
a90409bce3

+ 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**/
                 /**INSERT_LOCATION**/
             ]
             ]
         },
         },