Merge branch 'zcwyny0221' into 'master'

调试

See merge request !34
This commit is contained in:
joshen
2024-02-21 15:20:57 +08:00

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