feat(projects): 增加意见反馈

This commit is contained in:
2026-06-27 08:55:33 +08:00
parent 570f284230
commit a4884035cd
25 changed files with 1536 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ export function setupElegantRouter() {
onRouteMetaGen(routeName) {
const key = routeName as RouteKey;
const constantRoutes: RouteKey[] = ['login', '403', '404', '500', 'workbench'];
const constantRoutes: RouteKey[] = ['login', '403', '404', '500', 'workbench', 'feedback'];
const routeMetaMap: Partial<Record<RouteKey, Partial<RouteMeta>>> = {
workbench: {
icon: 'mdi:view-dashboard-outline',
@@ -200,6 +200,11 @@ export function setupElegantRouter() {
roles: ['R_ADMIN'],
activeMenu: 'system_user'
},
feedback: {
icon: 'mdi:message-alert-outline',
order: 10,
keepAlive: true
},
infra: {
icon: 'ep:monitor',
order: 20