Browse Source

模块加锁路由

qinbai 3 năm trước cách đây
mục cha
commit
50ab3aae9c
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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')
+      }
+    ]
+  },
 ]