From c0ca10d243cf04437168fd84b5ea5f49689d7731 Mon Sep 17 00:00:00 2001 From: jiayu Date: Wed, 20 Nov 2024 11:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++++- .env.production | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index fe36cc1..57988eb 100644 --- a/.env.development +++ b/.env.development @@ -48,10 +48,13 @@ 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://101.43.164.214:11111' # VITE_API_URL = 'http://222.80.185.228:6090' # 木垒标准版 # VITE_API_URL = 'https://zm.zhgdyun.com:11111' +VITE_API_URL = 'http://121.37.106.37:9810' +# 木垒古尔班 +# VITE_API_URL = 'http://121.37.106.37:9830' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/.env.production b/.env.production index d14dee9..facfd82 100644 --- a/.env.production +++ b/.env.production @@ -47,7 +47,10 @@ NODE_ENV = "production" # 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_API_URL = 'https://zm.zhgdyun.com:11111' +VITE_API_URL = 'http://121.37.106.37:9810' +# 木垒古尔班 +# VITE_API_URL = 'http://121.37.106.37:9830' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='