This commit is contained in:
pengqiao1993
2026-03-09 15:05:23 +08:00
parent f8c94f2cdb
commit 00fb627dd3

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)