mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 11:26:48 +08:00
测试调试
This commit is contained in:
@@ -39,7 +39,8 @@ function getUserInfo() {
|
|||||||
import.meta.env.MODE === "development" ||
|
import.meta.env.MODE === "development" ||
|
||||||
import.meta.env.MODE === "test"
|
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);
|
store.commit("SET_USER", res.data);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user