Commit cfa252a2 authored by 高滢's avatar 高滢

feat(图片): 图片上传地址

parent 56d5447f
......@@ -442,7 +442,7 @@ export default {
console.log(data)
if (data.length > 0) {
data.forEach(item => {
item.path = item.path.replace('http://49.232.167.247:22038/', '')
item.path = item.path.replace('http://49.232.167.247:22038', '')
})
}
if (this.materialFlag === 'trademark') {
......
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 to comment