2023年6月19日 修改配置文件
This commit is contained in:
parent
695a2d21f1
commit
32f3549549
3
.env
3
.env
|
@ -10,9 +10,6 @@ VITE_GLOB_APP_SHORT_NAME = CourseInformationCenter
|
|||
# 单点登录服务端地址
|
||||
VITE_GLOB_APP_CAS_BASE_URL=https://authserver.nenu.edu.cn/authserver
|
||||
|
||||
# 是否开启单点登录
|
||||
VITE_GLOB_APP_OPEN_SSO =false
|
||||
|
||||
# 开启微前端模式
|
||||
VITE_GLOB_APP_OPEN_QIANKUN=true
|
||||
|
||||
|
|
|
@ -24,3 +24,6 @@ VITE_APP_SUB_jeecg-app-1 = '//localhost:8092'
|
|||
|
||||
#RTC服务器地址,
|
||||
VITE_GLOB_RTC_SERVER = http://GTR6-83T4P40:9001
|
||||
|
||||
# 是否开启单点登录
|
||||
VITE_GLOB_APP_OPEN_SSO = false
|
||||
|
|
|
@ -35,3 +35,7 @@ VITE_USE_PWA = false
|
|||
|
||||
# 是否兼容旧浏览器
|
||||
VITE_LEGACY = false
|
||||
|
||||
# 是否开启单点登录
|
||||
VITE_GLOB_APP_OPEN_SSO = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue