mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
feat(store): 在用户模块中增加 token 更新逻辑- 在 case51004 中添加了设置 token 的操作- 包括更新本地存储中的 token 和 Vuex store 中的 token
This commit is contained in:
@@ -71,6 +71,8 @@ const actions = {
|
||||
})
|
||||
break
|
||||
case 51004:
|
||||
setToken(res.content.content)
|
||||
commit('SET_TOKEN', res.content.content)
|
||||
// 临期提示
|
||||
resolve({
|
||||
...res.content,
|
||||
|
||||
Reference in New Issue
Block a user