From ef71e3c0272b7b25807f4b0e46a929c2cc70a336 Mon Sep 17 00:00:00 2001 From: wangmeng <1620161711@qq.com> Date: Mon, 5 Jan 2026 10:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 90eb4c2..45f5979 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -255,6 +255,7 @@ const user = { //获取系统菜单 GetMenu({ commit, dispatch }, topMenuId) { return new Promise(resolve => { + //传roleId getRoutes().then((res) => { const data = res.data.result let menu = deepClone(data);