木垒标准版接口

This commit is contained in:
jiayu 2024-11-01 18:44:22 +08:00
parent a56b827f68
commit 19d5f29f64
2 changed files with 7 additions and 3 deletions

View File

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

View File

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