Browse Source

修改了楼层正则

元子 1 year ago
parent
commit
9335151763
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -489,7 +489,7 @@ export const constantRoutes = [
     component: Layout,
     redirect: "/basic_setup/index",
     name: "basic_setup",
-    meta: { title: "基本设置" },
+    meta: { title: "基本设置", role: [5, 99] },
     children: [
       {
         path: "index",