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='