feat: 添加全局菜单组件及相关路由,优化用户界面
This commit is contained in:
@@ -205,6 +205,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/global-menu",
|
||||
component: () => import("@/views/global-menu/index.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user