From e1677851d87b7a5f4358608c2cfe73d8d2f64bcf Mon Sep 17 00:00:00 2001 From: Jackwang Date: Fri, 29 Apr 2022 09:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/convenienceofservice.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/custom/convenienceofservice.vue b/src/views/modules/custom/convenienceofservice.vue index 263862f..c6b4a1f 100644 --- a/src/views/modules/custom/convenienceofservice.vue +++ b/src/views/modules/custom/convenienceofservice.vue @@ -152,7 +152,7 @@ export default { // this.getPreUrlByUrlType('') this.$http.get(`custom/convenienceofservice/getPreUrlByUrlType?urlType=index_qrcode`).then(({ data: res }) => { this.preUrl = res.data - window.location.href = `https://epdc-yushan.elinkservice.cn/epdc-api/oss/file/download?fileUrl=`+this.preUrl + window.location.href = `https://epdc-luzhou.elinkservice.cn/epdc-api/oss/file/download?fileUrl=`+this.preUrl }).catch(() => {}) // window.location.href = 'https://epdc-yushan.elinkservice.cn/epdc-api/oss/file/download?fileUrl=https://epdc-yushan.elinkservice.cn/files-pro/20220224/aec9d37a0b06431a9385f7e6f3fbf544.jpg' }, @@ -160,7 +160,7 @@ export default { // this.getPreUrlByUrlType('service_qrcode') this.$http.get(`custom/convenienceofservice/getPreUrlByUrlType?urlType=service_qrcode`).then(({ data: res }) => { this.preUrl = res.data - window.location.href = `https://epdc-yushan.elinkservice.cn/epdc-api/oss/file/download?fileUrl=`+this.preUrl + window.location.href = `https://epdc-luzhou.elinkservice.cn/epdc-api/oss/file/download?fileUrl=`+this.preUrl }).catch(() => {}) // window.location.href = 'https://epdc-yushan.elinkservice.cn/epdc-api/oss/file/download?fileUrl=https://epdc-yushan.elinkservice.cn/files-pro/20220224/aec9d37a0b06431a9385f7e6f3fbf544.jpg' }