This commit is contained in:
pengqiao1993
2026-03-09 15:04:46 +08:00
parent 2c826c767d
commit 24c86519e4

View File

@ -386,7 +386,7 @@ export default {
}
this.$u.api
.login(params)
.then((res) => {
.then((res) => {
this.$u.vuex("vuex_token", res.data.accessToken)
this.getMenuList()
this.$u.vuex("vuex_iv", encryptData.iv)