49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# logo
|
|
VUE_APP_LGOG_URL = 'logo/drgy/logo.png'
|
|
/**
|
|
* 蓝白色登录页需要一个banner图(VUE_APP_BANNER_URL)和一个168像素的logo(VUE_APP_LGOG168_URL)
|
|
*/
|
|
# ico图标
|
|
VUE_APP_ICO_URL = 'drgy/favicon.ico'
|
|
# logo
|
|
VUE_APP_LGOG168_URL = 'logo/drgy/logo168.png'
|
|
# banner
|
|
VUE_APP_BANNER_URL = 'logo/drgy/banner.png'
|
|
# 公众号二维码
|
|
VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg'
|
|
# 小程序二维码
|
|
VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg'
|
|
# 备案号
|
|
VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1'
|
|
# 系统名称
|
|
VUE_APP_SYSTEM_NAME = '数字用电管理系统'
|
|
# 系统登录页 login-green、login-blue-black、login-blue-white
|
|
VUE_APP_LOGIN_PAGE = 'login-green'
|
|
# 系统配色 theme-green、theme-blue-black、theme-blue-white
|
|
VUE_APP_THEME_CLASS = 'theme-green'
|
|
|
|
# 智慧用电管理系统/开发环境
|
|
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
|