34 lines
727 B
Plaintext
34 lines
727 B
Plaintext
# 开发环境配置
|
|
ENV = 'drgy'
|
|
|
|
# logo
|
|
VUE_APP_LGOG_URL = 'logo/dr/logo.png'
|
|
# 系统名称
|
|
VUE_APP_SYSTEM_NAME = '数字用电管理系统'
|
|
# 系统登录页
|
|
VUE_APP_LOGIN_PAGE = 'login-blue-black'
|
|
# 系统配色
|
|
VUE_APP_THEME_CLASS = 'theme-blue-black'
|
|
|
|
# 智慧用电管理系统/开发环境
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
# 前端端口
|
|
port= 9988
|
|
|
|
# 服务端地址
|
|
// 陈志荣 本地
|
|
// target = http://192.168.18.140:8899
|
|
// 黄明 本地
|
|
// target = http://192.168.18.134:8899
|
|
//target = http://192.168.18.139:8899
|
|
// target = http://192.168.18.136:8899
|
|
|
|
// 测试端
|
|
// target = http://192.168.10.241:32024
|
|
// 开发端
|
|
target = http://192.168.1.17:8899
|