|
|
@@ -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);
|
|
|
},
|