@@ -185,7 +185,8 @@ export default {
created() {
this.zIndex = -1;
this.canvasImageUrl = '';
- this.vueQrText = 'http://1.npz.cn/2/' + this.reportId;
+ 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);
},
methods: {