---fix bug

This commit is contained in:
yuping
2023-07-28 16:40:00 +08:00
parent ff2c0e4fde
commit 18cea294c0

View File

@@ -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);