You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
507 B
22 lines
507 B
# port |
|
VITE_PORT = 3500 |
|
|
|
# 网站标题 |
|
VITE_GLOB_APP_TITLE = 驻马店市科技大市场管理平台 |
|
|
|
# 简称,此变量只能是字符/下划线 |
|
VITE_GLOB_APP_SHORT_NAME = 驻马市科技大市场管理平台 |
|
|
|
# 单点登录服务端地址 |
|
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas |
|
|
|
# 是否开启单点登录 |
|
VITE_GLOB_APP_OPEN_SSO = false |
|
|
|
# 开启微前端模式 |
|
VITE_GLOB_APP_OPEN_QIANKUN=true |
|
|
|
# 文件预览地址 |
|
VITE_GLOB_ONLINE_VIEW_URL=http://fileview.jeecg.com/onlinePreview |
|
|
|
|
|
|