From 2310e6ef0314db66c93097b8a7bc53c8b65850f9 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 2 Jan 2024 18:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/app.js b/src/store/app.js index 1bbe3c1..65033d4 100644 --- a/src/store/app.js +++ b/src/store/app.js @@ -12,7 +12,7 @@ export const useAppStore = defineStore('app', () => { const address = ref(JSON.parse(localStorage.getItem('address') || '{}')); if (!address.value.areaCode) { - address.value = { areaCode: 510524, streetCode: 510524100 }; + address.value = { areaCode: 510521, streetCode: '' }; } // 测试使用的初始化配置