Jelajahi Sumber

日报分享链接修改

zhujindu 3 bulan lalu
induk
melakukan
0e26e8717b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/share.vue

+ 1 - 1
src/components/share.vue

@@ -185,7 +185,7 @@ 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/';
     this.vueQrText = links + this.reportId;
     this.toastLoading(0, '生成中...', true);
   },