12345678910 |
- export default {
-
- loadingFlag: (state) => state.app.globalLoading.showLoading,
- loadingInfo: (state) => state.app.globalLoading.showInfo,
-
- currentCity: (state) => state.location.currentCity,
- detailAddress: (state) => state.location.detailAddress,
- obtainLocationCount: (state) => state.location.obtainLocationCount
- }
|