康巴易测肤/伤疤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.

8 line
196B

  1. const getters = {
  2. token: state => state.user.token,
  3. userId: state => state.user.userId,
  4. userInfo: state => state.user.userInfo,
  5. testText: state => state.user.testText
  6. }
  7. export default getters