From 006e6a3679b43275ba0e136ae666643fccb1a17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 6 Jul 2023 11:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/projectDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue index 7603fae0..924c3d48 100644 --- a/src/views/project/projectDetail.vue +++ b/src/views/project/projectDetail.vue @@ -555,7 +555,7 @@ export default { this.timeConfig = response.data[8].configValue; response.data.map(item =>{ if(item.configKey=="cqjy.website.bidInfo"){ - this.webConfig += item.configValue + this.webConfig = item.configValue } }) });