Commit 3678cf11 by wuxiao

no message

parent 7cb54ef4
......@@ -162,7 +162,7 @@ export default {
// 根据业务自己拓展要显示的内容
let name = params.name
if (name === '南通') {
return `<div style="width: 554px;height: 361px;background: url('../../../static/images/index/mapFloatBG.png') no-repeat;"></div>`
return `<div style="width: 554px;height: 361px;background: url(${require('../../../static/images/index/mapFloatBG.png')}) no-repeat;"></div>`
} else {
return ''
}
......
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