bug
This commit is contained in:
@@ -208,10 +208,9 @@ const store = new Vuex.Store({
|
|||||||
},
|
},
|
||||||
getAccount(state) {
|
getAccount(state) {
|
||||||
//获取企业微信后台账号信息
|
//获取企业微信后台账号信息
|
||||||
return http.post("/admin/user/detail-phone").then(res => {
|
return http.post("/admin/user/info").then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
state.commit('setUser', res.data)
|
state.commit('setUser', res.data)
|
||||||
action.getGridInfo()
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user