|
@@ -555,7 +555,7 @@ export default { |
|
|
this.timeConfig = response.data[8].configValue; |
|
|
this.timeConfig = response.data[8].configValue; |
|
|
response.data.map(item =>{ |
|
|
response.data.map(item =>{ |
|
|
if(item.configKey=="cqjy.website.bidInfo"){ |
|
|
if(item.configKey=="cqjy.website.bidInfo"){ |
|
|
this.webConfig += item.configValue |
|
|
|
|
|
|
|
|
this.webConfig = item.configValue |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}); |
|
|
}); |
|
|