代码提交

This commit is contained in:
黄少君
2023-11-15 19:59:37 +08:00
parent dcab74274f
commit 35b43ffd97
43 changed files with 1265 additions and 387 deletions

View File

@ -48,8 +48,7 @@ export const useMainStore = defineStore('main', {
// console.log('--> % getUserInfo % res:\n', res)
},
async getAddressCityList() {
let res = await getAddressCityList()
this.areaList = res
this.areaList = await getAddressCityList()
},
init() {
let accessToken = cookie.get('accessToken')