【销管二次优化需求】 入司审批影像查看 与生产环境不一样

This commit is contained in:
dwq
2021-07-27 13:10:34 +08:00
parent e8ffabc6cc
commit 4bab070ce1

View File

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