Commit dfe30d8e by duanguohui

优化

parent d33ec7e4
......@@ -79,7 +79,7 @@ export default {
}
},
created (){
this.$route.params.item.description = this.$route.params.item.description.replace(/'${(domainUrlUtil.EJS_IMAGE_RESOURCES)!}'/gi, 'https://www.i-sirius.com/ejsimage')
this.$route.params.item.description = this.$route.params.item.description.replace(/\$\{\(domainUrlUtil.EJS_IMAGE_RESOURCES\)\!\}/g, 'https://www.i-sirius.com/ejsimage')
this.addForm = this.$route.params.item
this.imageUrl = this.$route.params.item.masterImg
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment