mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
调试
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user