export default { // app 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 }