配置文件

This commit is contained in:
jiayu 2024-11-20 11:10:21 +08:00
parent 919457050b
commit c0ca10d243
2 changed files with 8 additions and 2 deletions

View File

@ -48,10 +48,13 @@ NODE_ENV = 'development'
# 大连金笔 # 大连金笔
# VITE_API_URL = 'http://101.43.164.214:11126' # 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 = '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://192.168.34.155:8012/onlinePreview?url=' VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='

View File

@ -47,7 +47,10 @@ NODE_ENV = "production"
# 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 = '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=' VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='