|
@@ -88,7 +88,7 @@ export default {
|
|
|
let params = {...this.$refs.ruleForm.baseForm}
|
|
|
let imgURL= ''
|
|
|
if (val === 'hlzt') imgURL= 'http://icon.honglounews.com/news_hlzt.jpg'
|
|
|
- if (val === 'hljy') imgURL= 'http://icon.honglounews.com/news_hljy.jpg'
|
|
|
+ if (val === 'hljy' || val === 'xqsc') imgURL= 'http://icon.honglounews.com/news_hljy.jpg'
|
|
|
if (val === 'bkfx') imgURL= 'http://icon.honglounews.com/news_bkfx.jpg'
|
|
|
if (val === 'lppc') imgURL= 'http://icon.honglounews.com/news_lppc.jpg'
|
|
|
if (val === 'lpwd') imgURL= 'http://icon.honglounews.com/news_lpwd.jpg'
|