Forráskód Böngészése

模块加锁路由

qinbai 3 éve
szülő
commit
50ab3aae9c
1 módosított fájl, 15 hozzáadás és 0 törlés
  1. 15 0
      src/router/views/index.js

+ 15 - 0
src/router/views/index.js

@@ -825,4 +825,19 @@ export default [{
       }
     ]
   },
+  {
+    path: '/system/businessLock/index',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/system/businessLock/index',
+        name:'模块加锁',
+        meta: {
+          keepAlive: true,
+        },
+        component: () => import( /* webpackChunkName: "views" */ '@/views/system/businessLock/index')
+      }
+    ]
+  },
 ]