diff --git a/src/App.vue b/src/App.vue index 74ec970..c71de4f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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); }); }