smart-power-ui/.env.development

17 lines
331 B
Plaintext

# 开发环境配置
ENV = 'development'
# 智慧用电管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 前端端口
port= 9988
# 服务端地址
target = http://192.168.18.134:8899
//target = http://192.168.18.139:8899
// target = http://192.168.18.136:8899