diff --git a/root/person/about.vue b/root/person/about.vue index e6d0a2a..f21c731 100644 --- a/root/person/about.vue +++ b/root/person/about.vue @@ -22,19 +22,13 @@ export default { return this.G.shareFun(); }, data() { - let rhUiVersion = ''; - try { - const pkg = require('@/uni_modules/rh-ui/package.json'); - rhUiVersion = pkg.version || ''; - } catch (e) {} return { localBaseImg: this.G.store().localBaseImg, svgBaseImg: this.G.store().svgBaseImg, logo: getApp().globalData.logo, version: this.G.store().version, pageTitle: getApp().globalData.title, - rhUiVersion, - }; + } }, created() { // #ifdef MP-WEIXIN