From e72ff073468a66dd4aa1f67be919b4cc94969e66 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 11 Aug 2025 15:32:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改App.vue在onLaunch时自动登录 - 将默认环境从dev改为prod并添加本地环境配置 - 简化http.js中token失效处理,直接跳转登录 - 移除setting.vue中的退出登录按钮 - 注释store.js中登录后的导航逻辑 --- App.vue | 1 + api/http.js | 4 +--- config.js | 5 ++++- pages_order/mine/setting.vue | 2 +- store/store.js | 28 ++++++++++++++-------------- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/App.vue b/App.vue index 651fe9f..daa649c 100644 --- a/App.vue +++ b/App.vue @@ -1,6 +1,7 @@