Browse Source

Merge branch 'feature_20250820_页面优化' into uat(dev)

zhujindu 3 tháng trước cách đây
mục cha
commit
44021722d7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/components/share.vue

+ 2 - 1
src/components/share.vue

@@ -185,7 +185,8 @@ export default {
   created() {
     this.zIndex = -1;
     this.canvasImageUrl = '';
-    let links = process.env.NODE_ENV == 'production' ? ' http://1.npz.cn/3/' : 'http://1.npz.cn/2/';
+    // let links = process.env.NODE_ENV == 'production' ? ' http://1.npz.cn/3/' : 'http://1.npz.cn/2/';
+    let links = ' http://1.npz.cn/3/';
     this.vueQrText = links + this.reportId;
     this.toastLoading(0, '生成中...', true);
   },