export default { userInfo: (state) => state.auth.userInfo, userToken: (state) => state.auth.userToken, // 位置 currentCity: (state) => state.location.currentCity, currentShopCity: (state) => state.location.currentShopCity, detailAddress: (state) => state.location.detailAddress, obtainLocationCount: (state) => state.location.obtainLocationCount, // 聊天 customerServiceInfo: (state) => state.customerService.customerServiceInfo, chatListData: (state) => state.customerService.chatListData, wsHandleInfo: (state) => state.customerService.wsHandleInfo, wsHandle: (state) => state.customerService.wsHandle, // 个人中心 pricePlatformInfo: (state) => state.user.pricePlatformInfo, shopCarNumber: (state) => state.user.shopCarNumber, levelType: (state) => state.user.levelType, // app statusBarHeight: (state) => state.app.systermInfo.statusBarHeight || 0, systermInfo: (state) => state.app.systermInfo, terminal: (state) => state.app.terminal }