移除无用文件,优化参数

This commit is contained in:
monanxiao
2024-10-15 16:03:49 +08:00
parent 0ae4b70f03
commit 04b99e7a68
22 changed files with 1296 additions and 2108 deletions
+1 -20
View File
@@ -75,26 +75,7 @@ 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,