测试调试

This commit is contained in:
qinshengcheng
2024-02-21 14:41:21 +08:00
parent b4a53c305b
commit 12e489660a

View File

@@ -39,7 +39,8 @@ function getUserInfo() {
import.meta.env.MODE === "development" ||
import.meta.env.MODE === "test"
) {
request(USER_INFO, {}).then((res) => {
// request(USER_INFO, {}).then((res) => {
request(GET_USER_LIST, {}).then((res) => {
store.commit("SET_USER", res.data);
});
} else {