From f743294cb98434389a74fb7d6b551d4876579797 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Mon, 29 Apr 2024 17:29:05 +0800 Subject: [PATCH] 11 --- pages/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 182c242..a2b9600 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -104,7 +104,7 @@ }); }, async ceshi() { - this.$u.get("/getInfo").then((res) => { + this.$u.get("/app/user/userInfo").then((res) => { console.log('进入跳转'); uni.switchTab({ url: '/pages/index/index'