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: {} } }