对接口:

1、登录接口
2、菜单接口改模拟
3、服务项目管理 完成90%(标题图片上传未处理)
4、服务配置管理,完成90%(界面优化未完成)
This commit is contained in:
2024-10-11 18:06:37 +08:00
parent 6d1b19d838
commit ff457233e9
6 changed files with 328 additions and 14 deletions
+20
View File
@@ -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,