From 41dbc836d369166d73308c02b866f3b433800125 Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Mon, 12 Jun 2023 14:42:21 +0800 Subject: [PATCH] 1 --- App.vue | 2 +- BagAuth/pages/login/login.vue | 19 +- BagSetup/setup/setup.vue | 4 +- BagStation/pages/routePlain/routePlain.vue | 4 +- .../pages/stationDetail/stationDetail.vue | 274 +++++++++++------- pages/tabbar/home/home.vue | 47 +-- pages/tabbar/station/stationList.vue | 59 ++-- pages/tabbar/user/user.vue | 32 +- utils/request.js | 2 +- 9 files changed, 265 insertions(+), 178 deletions(-) diff --git a/App.vue b/App.vue index a3781ac..e08a94d 100644 --- a/App.vue +++ b/App.vue @@ -113,7 +113,7 @@ success: function(res) { if (res.confirm) { uni.redirectTo({ - url: '/BagAuth/pages/login/login' + url: '/BagAuth/pages/login/login?loginType=true' }) } }, diff --git a/BagAuth/pages/login/login.vue b/BagAuth/pages/login/login.vue index b861bb5..4c123a8 100644 --- a/BagAuth/pages/login/login.vue +++ b/BagAuth/pages/login/login.vue @@ -1,5 +1,5 @@