62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
# 开发环境配置
|
|
ENV = 'cc'
|
|
VUE_APP_ENV = 'ccprod'
|
|
NODE_ENV = 'production'
|
|
# logo
|
|
VUE_APP_LGOG_URL = 'logo/cc/logo.png'
|
|
/**
|
|
* 蓝白色登录页需要一个banner图(VUE_APP_BANNER_URL)和一个168像素的logo(VUE_APP_LGOG168_URL)
|
|
*/
|
|
# ico图标
|
|
VUE_APP_ICO_URL = 'cc/favicon.ico'
|
|
# logo
|
|
VUE_APP_LGOG168_URL = 'logo/cc/logo168.png'
|
|
# banner
|
|
VUE_APP_BANNER_URL = 'images/banner.png'
|
|
# 公众号二维码
|
|
VUE_APP_GZGQR_URL = 'images/cc/gzhqr.jpg'
|
|
# 小程序二维码
|
|
VUE_APP_YDXCX_URL = 'images/cc/ydxcx.jpg'
|
|
# 备案号
|
|
VUE_APP_RECORD_NUMBER = '沪ICP备2021036275号-1'
|
|
# 系统名
|
|
VUE_APP_SYSTEM_NAME = '数字能源一体化平台'
|
|
# 公司名
|
|
VUE_APP_COMPANY_NAME = '上海长城开关厂有限公司'
|
|
# 系统登录页 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-grey-red'
|
|
#VUE_APP_THEME_CLASS = 'theme-blue-white'
|
|
|
|
# 智慧用电管理系统/开发环境
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
#平台大屏地址
|
|
VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409111020297'
|
|
#项目大屏地址
|
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
# 前端端口
|
|
port= 9988
|
|
|
|
# 服务端地址
|
|
// 陈志荣 本地
|
|
// target = http://192.168.18.140:8899
|
|
|
|
//target = http://192.168.18.139:8899
|
|
// target = http://192.168.18.136:8899
|
|
|
|
// 测试端
|
|
// target = http://192.168.10.241:32024
|
|
// 开发端
|
|
# target = https://digital-core.dieruen-iot.com
|
|
// 黄明 本地
|
|
target = http://zhny.snc.cn
|