dbsd_kczx/.env

20 lines
499 B
Bash
Raw Normal View History

2021-10-20 14:32:09 +08:00
# port
VITE_PORT = 3100
2023-03-30 18:48:15 +08:00
# 网站标题 //课程信息中心
2024-08-29 09:10:49 +08:00
VITE_GLOB_APP_TITLE = 东师智慧教学服务中心
2022-03-10 09:47:29 +08:00
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
2023-03-30 18:48:15 +08:00
VITE_GLOB_APP_SHORT_NAME = CourseInformationCenter
2022-03-10 09:47:29 +08:00
# 单点登录服务端地址
2023-04-15 09:46:53 +08:00
VITE_GLOB_APP_CAS_BASE_URL=https://authserver.nenu.edu.cn/authserver
2022-03-10 09:47:29 +08:00
# 开启微前端模式
VITE_GLOB_APP_OPEN_QIANKUN=true
# 文件预览地址
VITE_GLOB_ONLINE_VIEW_URL=http://fileview.jeecg.com/onlinePreview
2021-10-20 14:32:09 +08:00