Explorar o código

模块加锁路由

qinbai %!s(int64=3) %!d(string=hai) anos
pai
achega
50ab3aae9c
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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')
+      }
+    ]
+  },
 ]