From 19d5f29f64bc63f17d30d403de5b961f6d4b8a7e Mon Sep 17 00:00:00 2001 From: jiayu Date: Fri, 1 Nov 2024 18:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=A8=E5=9E=92=E6=A0=87=E5=87=86=E7=89=88?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- .env.production | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 24310f4..fe36cc1 100644 --- a/.env.development +++ b/.env.development @@ -48,8 +48,10 @@ NODE_ENV = 'development' # 大连金笔 # VITE_API_URL = 'http://101.43.164.214:11126' # 中煤木垒 -# VITE_API_URL = 'http://101.43.164.214:11111' -VITE_API_URL = 'http://222.80.185.228:6090' +VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://222.80.185.228:6090' +# 木垒标准版 +# VITE_API_URL = 'https://zm.zhgdyun.com:11111' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/.env.production b/.env.production index 6006a93..d14dee9 100644 --- a/.env.production +++ b/.env.production @@ -45,7 +45,9 @@ NODE_ENV = "production" # VITE_API_URL = 'http://101.43.164.214:11126' # 中煤木垒 # VITE_API_URL = 'http://101.43.164.214:11111' -VITE_API_URL = 'http://222.80.185.228:6090' +# VITE_API_URL = 'http://222.80.185.228:6090' +# 木垒标准版 +VITE_API_URL = 'https://zm.zhgdyun.com:11111' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='