From 56a1d3968038e8cf8bd4a52927f353d631087001 Mon Sep 17 00:00:00 2001 From: qinshengcheng <928194311@qq.com> Date: Wed, 21 Feb 2024 15:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }