This commit is contained in:
qinshengcheng
2024-02-21 15:19:08 +08:00
parent 42b2c2f51f
commit 56a1d39680

View File

@@ -52,7 +52,7 @@ function getUserInfo() {
// store.commit("SET_USER", res.result);
// });
boeRequest(USER_INFO, {}).then((res) => {
boeRequest(GET_USER_LIST, {}).then((res) => {
store.commit("SET_USER", res.data);
});
}