|
|
@ -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' |
|
|
|
} |
|
|
|