Merge branch 'dev' of 112.124.100.131:GFRS/ebiz-h5 into dev

This commit is contained in:
liyuetong
2021-07-27 13:23:13 +08:00

View File

@@ -271,7 +271,7 @@ export default {
},
handlePhoto(url) {
let index = url.indexOf('images')
return this.$assetsUrl + url.substring(index)
return this.$assetsUpUrl + url.substring(index)
},
handlePdf(url) {
this.pdfShow = true