From 1d6d5056c496fdb15b2722bf034de633bf268c93 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 29 三月 2024 15:55:38 +0800 Subject: [PATCH] UI上下文展示引擎 --- Source/ProjectWeb/src/router/router.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/ProjectWeb/src/router/router.js b/Source/ProjectWeb/src/router/router.js index 798a1b0..9865153 100644 --- a/Source/ProjectWeb/src/router/router.js +++ b/Source/ProjectWeb/src/router/router.js @@ -27,7 +27,7 @@ i18n: i18n, keepAlive: false, }); -Router.$avueRouter.formatRoutes(Store.state.user.menuAll, true); // 鍔ㄦ�佽矾鐢辨牳蹇冩柟娉� +// Router.$avueRouter.formatRoutes(Store.state.user.menuAll, true); // 鍔ㄦ�佽矾鐢辨牳蹇冩柟娉� Router.addRoutes([...PageRouter, ...ViewsRouter]); export function resetRouter () { // 閲嶇疆璺敱 姣斿鐢ㄤ簬韬唤楠岃瘉澶辫触锛岄渶瑕侀噸鏂扮櫥褰曟椂 鍏堟竻绌哄綋鍓嶇殑璺湁鏉冮檺 const newRouter = createRouter() -- Gitblit v1.9.3