From 22413fd3fc345265544d4a08d71660f8ce456204 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Fri, 1 Nov 2024 15:39:24 +0800 Subject: [PATCH] =?UTF-8?q?index=E5=88=86=E6=94=AF=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.wyf | 78 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 9 deletions(-) diff --git a/.env.wyf b/.env.wyf index b6100e378..2fa7437f1 100644 --- a/.env.wyf +++ b/.env.wyf @@ -3,19 +3,70 @@ NODE_ENV=test VITE_DEV=false +# # 达明 +# # # 请求路径 +# VITE_BASE_URL='http://192.168.0.105:12080' +# # 上传路径 +# VITE_UPLOAD_URL='http://192.168.0.105:12080/admin-api/infra/file/upload' + +# 大哥 # # 请求路径 -# VITE_BASE_URL='http://192.168.0.113:12080' +# VITE_BASE_URL='http://192.168.1.252:12080' +# # 上传路径 +# VITE_UPLOAD_URL='http://192.168.1.252:12080/admin-api/infra/file/upload' + +# # 雪冰 +# # # 请求路径 +# VITE_BASE_URL='http://192.168.1.68:12080' # # 上传路径 -# VITE_UPLOAD_URL='http://192.168.0.113:12080/admin-api/infra/file/upload' +# VITE_UPLOAD_URL='http://192.168.1.68:12080/admin-api/infra/file/upload' +# # 依然 +# # # 请求路径 +# VITE_BASE_URL='http://192.168.1.253:12080' +# # 上传路径 +# VITE_UPLOAD_URL='http://192.168.1.253:12080/admin-api/infra/file/upload' + +# # 国强 # # 请求路径 -# VITE_BASE_URL='https://scp.faway-hella.com/api' +# VITE_BASE_URL='http://192.168.0.106:12080' +# # 上传路径 +# VITE_UPLOAD_URL='http:// 192.168.0.106:12080/admin-api/infra/file/upload' + + + + +# 佳兴 +# # # 请求路径 +# VITE_BASE_URL='http://192.168.1.254:12080' +# # 上传路径 +# VITE_UPLOAD_URL='http://192.168.1.254:12080/admin-api/infra/file/upload' + +# # zb +# VITE_BASE_URL='http://192.168.0.37:12080' # # 上传路径 -# VITE_UPLOAD_URL='https://scp.faway-hella.com/api/admin-api/infra/file/upload' +# VITE_UPLOAD_URL='http://192.168.0.37:12080/admin-api/infra/file/upload' -# 请求路径 -VITE_BASE_URL='http://172.21.32.13/api' +# 81 WMS请求路径 82 SCP +VITE_BASE_URL='http://172.22.32.9/api' # 上传路径 -VITE_UPLOAD_URL='http://172.21.32.13/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://172.22.32.9/api/admin-api/infra/file/upload' + + + +# # 81 WMS请求路径 82 SCP +# VITE_BASE_URL='http://172.21.32.14/api' +# # 上传路径 +# VITE_UPLOAD_URL='http://172.21.32.14/api/admin-api/infra/file/upload' + +# # 请求路径 +# VITE_BASE_URL='https://scptest.faway-hella.com/api' +# # 上传路径 +# VITE_UPLOAD_URL='https://scptest.faway-hella.com/api/admin-api/infra/file/upload' + +# # 请求路径 +# VITE_BASE_URL='http://172.21.32.13/api' +# # 上传路径 +# VITE_UPLOAD_URL='http://172.21.32.13/api/admin-api/infra/file/upload' # # 请求路径 @@ -55,10 +106,19 @@ VITE_OUT_DIR=sfms3.0 VITE_INTERFACE_URL='http://dev.ccwin-in.com:25310/magic/web/index.html' # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' +VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' # 租户配置 VITE_TENANT='["长春1379","成都1397","长春2379"]' # 查看质检报告环境 -VITE_REPORT_URL = 'http://dev.ccwin-in.com:25400' +VITE_REPORT_URL = 'http://localhost' + +# 登录系统升级的提示 +VITE_SYSTERM_UPDATE_ALERT = false + +# 是否需要验证码 +VITE_NEED_CODE = false + +# 是否需要下载PDA链接 +VITE_PDA_URL = true \ No newline at end of file