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