feat: 添加全局菜单组件及相关路由,优化用户界面

This commit is contained in:
2025-12-28 01:34:44 +07:00
parent 9ef64ad961
commit 7fc1c84329
11 changed files with 197 additions and 13 deletions

View File

@@ -205,6 +205,10 @@ const routes: Array<RouteRecordRaw> = [
},
],
},
{
path: "/global-menu",
component: () => import("@/views/global-menu/index.vue"),
},
];
const router = createRouter({