From cda6e0f222c13827cabce54bee56d2ef348c6a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Wed, 8 Oct 2025 17:03:41 +0800 Subject: [PATCH] 1 --- src/store/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/user.js b/src/store/user.js index b48363d..eec19f7 100644 --- a/src/store/user.js +++ b/src/store/user.js @@ -53,7 +53,7 @@ export default { console.error('userServer not initialized') return } - + let res = await userServerInstance.authorityMenus() let authorityMenus = res.data commit('setAuthorityMenus', JSON.stringify(authorityMenus)) @@ -65,7 +65,7 @@ export default { if (!userServerInstance) { throw new Error('userServer not initialized') } - + debugger let promise = new Promise(async (resolve, reject) => { try { let res = await userServerInstance.login(userFrom)