50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
# 开发环境配置
|
|
ENV = 'drprod'
|
|
NODE_ENV = 'drprod'
|
|
# logo
|
|
VUE_APP_LGOG_URL = 'logo/dr/logo.png'
|
|
/**
|
|
* 蓝白色登录页需要一个banner图(VUE_APP_BANNER_URL)和一个168像素的logo(VUE_APP_LGOG168_URL)
|
|
*/
|
|
# ico图标
|
|
VUE_APP_ICO_URL = 'dr/favicon.ico'
|
|
# logo
|
|
VUE_APP_LGOG168_URL = 'logo/dr/logo168.png'
|
|
# banner
|
|
VUE_APP_BANNER_URL = 'images/banner.png'
|
|
# 公众号二维码
|
|
VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg'
|
|
# 小程序二维码
|
|
VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg'
|
|
# 备案号
|
|
VUE_APP_RECORD_NUMBER = '闽ICP备2023009805号-2'
|
|
# 系统名称
|
|
VUE_APP_SYSTEM_NAME = 'DS-service'
|
|
# 系统登录页 login-green、login-blue-black、login-blue-white
|
|
#VUE_APP_LOGIN_PAGE = 'login-green'
|
|
#VUE_APP_LOGIN_PAGE = 'login-blue-black'
|
|
VUE_APP_LOGIN_PAGE = 'login-blue-white'
|
|
# 系统配色 theme-green、theme-blue-black、theme-blue-white
|
|
#VUE_APP_THEME_CLASS = 'theme-green'
|
|
#VUE_APP_THEME_CLASS = 'theme-blue-black'
|
|
VUE_APP_THEME_CLASS = 'theme-blue-white'
|
|
|
|
# 智慧用电管理系统/开发环境
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
# 前端端口
|
|
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 = https://power-core.drgyen.com
|