From 0e44fd95ffada73d883c38f61b78d6f4094849a4 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Sat, 25 May 2024 08:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B4=A8=E9=87=8F=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.hella13 | 3 +++ .env.hella14 | 3 +++ .env.hella8 | 5 ++++- .env.hella9 | 5 ++++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.env.hella13 b/.env.hella13 index 427ab7c88..21d8a4bb0 100644 --- a/.env.hella13 +++ b/.env.hella13 @@ -38,3 +38,6 @@ VITE_JMREPORT_BASE_URL='http://172.21.32.13:90' # 租户配置 VITE_TENANT='["长春"]' + +# 查看质检报告环境 +VITE_REPORT_URL = 'https://scp.faway-hella.com' \ No newline at end of file diff --git a/.env.hella14 b/.env.hella14 index da353530c..9b5fca566 100644 --- a/.env.hella14 +++ b/.env.hella14 @@ -38,3 +38,6 @@ VITE_JMREPORT_BASE_URL='http://172.21.32.14:90' # 租户配置 VITE_TENANT='["长春"]' + +# 查看质检报告环境 +VITE_REPORT_URL = 'https://scptest.faway-hella.com' \ No newline at end of file diff --git a/.env.hella8 b/.env.hella8 index 488560e5c..d022f0740 100644 --- a/.env.hella8 +++ b/.env.hella8 @@ -38,4 +38,7 @@ VITE_JMREPORT_BASE_URL='http://172.22.32.8:90' # 租户配置 -VITE_TENANT='["成都"]' \ No newline at end of file +VITE_TENANT='["成都"]' + +# 查看质检报告环境 +VITE_REPORT_URL = 'https://scp.faway-hella.com' \ No newline at end of file diff --git a/.env.hella9 b/.env.hella9 index 7ce574d7f..baf753b61 100644 --- a/.env.hella9 +++ b/.env.hella9 @@ -37,4 +37,7 @@ VITE_INTERFACE_URL='http://172.22.32.9:90/magic/web/index.html' VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' # 租户配置 -VITE_TENANT='["成都"]' \ No newline at end of file +VITE_TENANT='["成都"]' + +# 查看质检报告环境 +VITE_REPORT_URL = 'https://scptest.faway-hella.com'