This commit is contained in:
张成
2025-10-09 18:25:54 +08:00
parent 6be5f7ed4f
commit 0e372cdb01
3 changed files with 29 additions and 4 deletions

View File

@@ -165,6 +165,9 @@ export default {
menuIds
})
// 登录成功后获取系统标题
await dispatch('app/getSysTitle', {}, { root: true })
return res
} catch (error) {
console.error('登录失败:', error)