完善定位功能

This commit is contained in:
2025-05-02 14:41:47 +08:00
parent 05aaed3b16
commit c7b6aacafb
268 changed files with 8649 additions and 3000 deletions

View File

@ -4,5 +4,6 @@ export default {
isLogin: state => !!state.app.token,
cartNum: state => state.app.cartNum,
inviteCode: state => state.app.userInfo.distribution_code || "",
appConfig: state => state.app.config
appConfig: state => state.app.config,
cityInfo: state => state.city.cityInfo,
};