From d4a5a0538a9e8a4a573c0256c9849f87f4c78e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E6=A0=88=E5=B0=8F=E5=AD=A6=E7=94=9F?= <1518079521@qq.com> Date: Fri, 30 May 2025 10:06:24 +0800 Subject: [PATCH] Update system.ts --- uni-app/src/stores/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni-app/src/stores/system.ts b/uni-app/src/stores/system.ts index 49945219d..3a7984e03 100644 --- a/uni-app/src/stores/system.ts +++ b/uni-app/src/stores/system.ts @@ -44,7 +44,7 @@ const useSystemStore = defineStore('system', { defaultPositionAddress: '定位中', diyAddressInfo: null, currTabbar: { - path: '/app/pages/index/index', + path: '', query: {} } }