Merge branch 'gyj' of http://gitlab.lzyyj.com/hzd/backstage-repair into gyj
# Conflicts: # src/api/request.js # src/layout/menu/index.vue # src/layout/menu/menuTable.js # src/store/modules/users.js # src/views/goods/index.vue
This commit is contained in:
@@ -72,4 +72,4 @@ export function cardlists(query) {
|
||||
url: "/permission/cardlists",
|
||||
data: query,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,6 +75,26 @@ const routerList = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/config",
|
||||
component: Layout,
|
||||
redirect: "config",
|
||||
meta: {
|
||||
requiresAuth: true, //有一些页面是否登录才能进去
|
||||
name: "服务配置",
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/config",
|
||||
name: "config",
|
||||
component: () => import("../views/config/index.vue"),
|
||||
meta: {
|
||||
requiresAuth: true, //有一些页面是否登录才能进去
|
||||
name: "服务配置",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/goods",
|
||||
component: Layout,
|
||||
@@ -90,7 +110,7 @@ const routerList = [
|
||||
component: () => import("../views/goods/index.vue"),
|
||||
meta: {
|
||||
requiresAuth: true, //有一些页面是否登录才能进去
|
||||
name: "项目列表",
|
||||
name: "服务项目",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user