对接口:

1、登录接口
2、菜单接口改模拟
3、服务项目管理(头像上传及删除未实现)
This commit is contained in:
2024-10-11 16:34:59 +08:00
parent 1851d57f7f
commit d099a26534
7 changed files with 359 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ const routerList = [
component: () => import("../views/goods/index.vue"),
meta: {
requiresAuth: true, //有一些页面是否登录才能进去
name: "项目列表",
name: "服务项目",
},
},
],