mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
---fix bug
This commit is contained in:
@@ -59,7 +59,7 @@ async function getUserPermission() {
|
|||||||
}
|
}
|
||||||
async function getUserInfo() {
|
async function getUserInfo() {
|
||||||
const userInfo = await request(USER_INFO);
|
const userInfo = await request(USER_INFO);
|
||||||
store.commit("SET_USER", userInfo.data.data);
|
store.commit("SET_USER", userInfo.data);
|
||||||
}
|
}
|
||||||
async function initDict(key) {
|
async function initDict(key) {
|
||||||
const list = await getDictList(key);
|
const list = await getDictList(key);
|
||||||
|
|||||||
Reference in New Issue
Block a user