对接口:
1、登录接口 2、菜单接口改模拟 3、服务项目管理 完成90%(标题图片上传未处理) 4、服务配置管理,完成90%(界面优化未完成)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user