export default { isPc: (state) => state.app.isPc, screen: (state) => state.app.screen, static: (state) => state.app.static, loginVisiable: (state) => state.app.loginVisiable, userInfo: (state) => state.user.userInfo, authUserId: (state) => state.user.authUserId, accessToken: (state) => state.user.accessToken, appId: (state) => state.user.appId, accountType: (state) => state.user.accountType, type: (state) => state.user.type, supplierInfo: (state) => state.supplier.supplierInfo, }