安徽博创起重uniapp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
367 B

export default {
userInfo: state => state.app.userInfo || {},
token: state => state.app.token,
isLogin: state => !!state.app.token,
cartNum: state => state.app.cartNum,
inviteCode: state => state.app.userInfo.distribution_code || "",
appConfig: state => state.app.config,
sysInfo: state => state.app.sysInfo,
cityInfo: state => state.city.cityInfo
};