Mars3D-screen_web/.env.development

14 lines
430 B
Plaintext
Raw Normal View History

2023-10-10 09:31:35 +08:00
# 本地环境
NODE_ENV = 'development'
# 本地环境接口地址(/api/index.ts文件中使用)
2023-11-17 18:03:46 +08:00
VITE_API_URL = 'http://192.168.34.155:6677'
2023-11-20 10:45:49 +08:00
# VITE_API_URL = 'http://jxjzw.zhgdyun.com:6677'
2023-10-10 09:31:35 +08:00
VITE_WPAPI_URL = "http://182.90.224.147:8081"
2023-10-16 19:09:06 +08:00
# VITE_API_URL = "http://182.90.224.147:6688"
2023-10-10 09:31:35 +08:00
# 上传
# VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='
VITE_ULD_API_URL = 'http://182.90.224.147:8012/onlinePreview?url='