From 25e28bf8a9272a9b9c5eb8d618f5baa35fb5ae30 Mon Sep 17 00:00:00 2001 From: "wu.jifen" Date: Thu, 28 Aug 2025 11:45:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dev b/.env.dev index 5cc4482..7baeb23 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production # flag VUE_APP_FLAG='dev' -VUE_APP_ADMIN='http://39.104.123.254:7196' +VUE_APP_ADMIN='http://10.1.20.39:7537/api' VUE_APP_STATIC='http://39.104.123.254:7536/' From aa7c51a7b4075b170b9792f43efe48fdf7d2bfdf Mon Sep 17 00:00:00 2001 From: "wu.jifen" Date: Thu, 28 Aug 2025 17:26:53 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1=20=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=8C=E9=A3=8E=E9=99=A9=E7=AD=9B=E6=9F=A5?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=A1=B5=E6=80=BB=E7=BB=93=E8=AF=AD=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2=E4=B8=BA=E7=99=BD=E8=89=B2=202=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF=E8=B0=83=E7=94=A8=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BA=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- public/bpic_eli/risk_history.html | 9 +++++---- .../RenderTable/component/TooltipScope/index.vue | 2 +- src/components/RenderTable/component/bodySlot/index.vue | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.env.dev b/.env.dev index 7baeb23..d9abe86 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production # flag VUE_APP_FLAG='dev' -VUE_APP_ADMIN='http://10.1.20.39:7537/api' +VUE_APP_ADMIN='http://10.1.105.116:7537/api' VUE_APP_STATIC='http://39.104.123.254:7536/' diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 58566a0..078f4db 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -172,10 +172,10 @@ #docs { padding: 15px 20px; - font-size: 14px; + font-size: 16px; line-height: 1.6; - background: #2c3e50; - color: #ecf0f1; + background: #ffffff; + color: #1b1a1a; border-radius: 4px; margin: 15px 0; } @@ -811,7 +811,8 @@ var Config = { ipConfig: { // ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196' - ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' + // ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' + ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api' }, serviceUrl: { diff --git a/src/components/RenderTable/component/TooltipScope/index.vue b/src/components/RenderTable/component/TooltipScope/index.vue index 1d88302..571acd7 100644 --- a/src/components/RenderTable/component/TooltipScope/index.vue +++ b/src/components/RenderTable/component/TooltipScope/index.vue @@ -14,7 +14,7 @@ export default { : '2' } placement="right" - effect="dark" + effect="light" >
{scope.row[item.prop]}
diff --git a/src/components/RenderTable/component/bodySlot/index.vue b/src/components/RenderTable/component/bodySlot/index.vue index 827a905..75cd933 100644 --- a/src/components/RenderTable/component/bodySlot/index.vue +++ b/src/components/RenderTable/component/bodySlot/index.vue @@ -18,8 +18,8 @@ const RenderSlot = { { props: { placement: 'bottom', - content: first[0].data.props.title - // effect: 'light' + content: first[0].data.props.title, + effect: 'light' } }, first From 766a4a346e846fa886dde6d0c56bd77a2d8a8280 Mon Sep 17 00:00:00 2001 From: "wu.jifen" Date: Fri, 29 Aug 2025 13:57:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=90=88=E5=B9=B6prd=E5=88=86=E6=94=AF?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- public/bpic_eli/risk_history.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.dev b/.env.dev index d9abe86..7baeb23 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production # flag VUE_APP_FLAG='dev' -VUE_APP_ADMIN='http://10.1.105.116:7537/api' +VUE_APP_ADMIN='http://10.1.20.39:7537/api' VUE_APP_STATIC='http://39.104.123.254:7536/' diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 078f4db..0cd5cd5 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -811,8 +811,8 @@ var Config = { ipConfig: { // ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196' - // ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' - ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api' + ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' + // ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api' }, serviceUrl: {