yxh
3 天以前 6d5e5a7d927968efe8158a0d886f265fc64298da
src/store/getters.js
@@ -6,6 +6,7 @@
  cachedViews: state => state.tagsView.cachedViews,
  token: state => state.user.token,
  avatar: state => state.user.avatar,
  addressArray: state => state.user.addressArray,
  name: state => state.user.name,
  organization: state => state.user.organization,
  introduction: state => state.user.introduction,