mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-08 02:16:47 +08:00
@@ -52,7 +52,7 @@ function getUserInfo() {
|
|||||||
// store.commit("SET_USER", res.result);
|
// store.commit("SET_USER", res.result);
|
||||||
// });
|
// });
|
||||||
|
|
||||||
boeRequest(USER_INFO, {}).then((res) => {
|
boeRequest(GET_USER_LIST, {}).then((res) => {
|
||||||
store.commit("SET_USER", res.data);
|
store.commit("SET_USER", res.data);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user