Files
ebiz-ai-knowledge-manage/.env.dev
陈昱达 ea4d91fddf build(.env.dev): 更新后端服务地址
- 注释掉子西的后端服务地址
- 添加季分的后端服务地址
2025-04-11 09:19:12 +08:00

11 lines
254 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# env
NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
# flag
VUE_APP_FLAG='dev'
#VUE_APP_ADMIN='http://39.104.123.254:7195'
# 子西
#VUE_APP_ADMIN='http://192.168.8.165:7196/'
# 季分
VUE_APP_ADMIN='http://192.168.2.62:7196/'