This commit is contained in:
parent
859eed4a08
commit
2310e6ef03
|
@ -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: '' };
|
||||
}
|
||||
|
||||
// 测试使用的初始化配置
|
||||
|
|
Loading…
Reference in New Issue