diff --git a/.env.development b/.env.development index ddc7e5e..4cedca0 100644 --- a/.env.development +++ b/.env.development @@ -52,6 +52,9 @@ VITE_API_URL = 'http://192.168.34.155:19111' # 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='