Update system.ts

This commit is contained in:
全栈小学生 2025-05-30 10:06:24 +08:00
parent ce11b02971
commit d4a5a0538a

View File

@ -44,7 +44,7 @@ const useSystemStore = defineStore('system', {
defaultPositionAddress: '定位中', defaultPositionAddress: '定位中',
diyAddressInfo: null, diyAddressInfo: null,
currTabbar: { currTabbar: {
path: '/app/pages/index/index', path: '',
query: {} query: {}
} }
} }