This commit is contained in:
yanran200730
2022-05-27 14:45:09 +08:00
parent b6e07a9908
commit d94c38b817

View File

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