fix: 系统配置,图标等
This commit is contained in:
@@ -6,7 +6,7 @@ export default {
|
||||
component: Layout,
|
||||
redirect: "/auth/company",
|
||||
meta: {
|
||||
icon: "ep:apple",
|
||||
icon: "ep:lollipop",
|
||||
title: "auth管理",
|
||||
rank: 1
|
||||
},
|
||||
@@ -16,6 +16,7 @@ export default {
|
||||
name: "backendUser",
|
||||
component: () => import("@/views/auth/backendUser/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:admin-fill",
|
||||
title: "管理端用户"
|
||||
}
|
||||
},
|
||||
@@ -24,6 +25,7 @@ export default {
|
||||
name: "company",
|
||||
component: () => import("@/views/auth/company/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:building-line",
|
||||
title: "公司管理"
|
||||
}
|
||||
},
|
||||
@@ -32,6 +34,7 @@ export default {
|
||||
name: "frontendUser",
|
||||
component: () => import("@/views/auth/frontendUser/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:admin-line",
|
||||
title: "用户管理"
|
||||
}
|
||||
},
|
||||
@@ -40,6 +43,7 @@ export default {
|
||||
name: "role",
|
||||
component: () => import("@/views/auth/role/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:shield-user-line",
|
||||
title: "角色管理"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ export default {
|
||||
component: Layout,
|
||||
redirect: "/biz/issuanceBid",
|
||||
meta: {
|
||||
icon: "ep:apple",
|
||||
icon: "ri:ubuntu-fill",
|
||||
title: "biz管理",
|
||||
rank: 2
|
||||
},
|
||||
@@ -16,7 +16,7 @@ export default {
|
||||
name: "issuanceBid",
|
||||
component: () => import("@/views/biz/issuanceBid/index.vue"),
|
||||
meta: {
|
||||
icon: "vscode-icons:file-type-biome",
|
||||
icon: "ri:terminal-window-line",
|
||||
title: "招标管理",
|
||||
showParent: true
|
||||
}
|
||||
@@ -26,6 +26,7 @@ export default {
|
||||
name: "bid",
|
||||
component: () => import("@/views/biz/bid/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:artboard-line",
|
||||
title: "投标管理"
|
||||
}
|
||||
},
|
||||
@@ -34,6 +35,7 @@ export default {
|
||||
name: "membershipPoint",
|
||||
component: () => import("@/views/biz/membershipPoint/index.vue"),
|
||||
meta: {
|
||||
icon: "mingcute:coin-3-line",
|
||||
title: "积分管理"
|
||||
}
|
||||
},
|
||||
@@ -42,6 +44,7 @@ export default {
|
||||
name: "pointSpend",
|
||||
component: () => import("@/views/biz/pointSpend/index.vue"),
|
||||
meta: {
|
||||
icon: "mdi:format-list-bulleted",
|
||||
title: "积分消费记录"
|
||||
}
|
||||
},
|
||||
@@ -50,6 +53,7 @@ export default {
|
||||
name: "purchase",
|
||||
component: () => import("@/views/biz/purchase/index.vue"),
|
||||
meta: {
|
||||
icon: "material-symbols:tools-ladder",
|
||||
title: "道具管理"
|
||||
}
|
||||
},
|
||||
@@ -58,8 +62,27 @@ export default {
|
||||
name: "purchaseSpend",
|
||||
component: () => import("@/views/biz/purchaseSpend/index.vue"),
|
||||
meta: {
|
||||
icon: "mdi:format-list-bulleted-square",
|
||||
title: "道具消费记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/biz/opsLog",
|
||||
name: "opsLog",
|
||||
component: () => import("@/views/biz/opsLog/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:file-list-3-line",
|
||||
title: "日志管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/biz/sysSettings",
|
||||
name: "sysSettings",
|
||||
component: () => import("@/views/biz/sysSettings/index.vue"),
|
||||
meta: {
|
||||
icon: "ri:settings-3-line",
|
||||
title: "系统设置"
|
||||
}
|
||||
}
|
||||
]
|
||||
} satisfies RouteConfigsTable;
|
||||
|
||||
Reference in New Issue
Block a user