mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 09:56:44 +08:00
34 lines
951 B
Bash
34 lines
951 B
Bash
# 本项目基础url
|
|
VUE_APP_BASE=/manage
|
|
# api项目基础url
|
|
VUE_APP_BASE_API=/manageApi
|
|
#文件路径
|
|
VUE_APP_FILE_PATH=/upload/
|
|
# 代理url 本地调试,不可以用在其他地方
|
|
VUE_APP_PROXY_URL=//43.143.139.204/manageApi
|
|
# 登录url
|
|
VUE_APP_LOGIN_URL=//u-pre.boe.com/web
|
|
# boe域名
|
|
VUE_APP_BOE_API_URL=//u-pre.boe.com
|
|
#打包路径
|
|
VUE_APP_OUTPUT_DIR=./dist
|
|
|
|
# iframe嵌套url
|
|
VUE_APP_IFRAME_URL=//u-pre.boe.com/pc/iframe
|
|
# 学员端路由
|
|
VUE_APP_IFRAME_STUDENT_URL=//u-pre.boe.com/pc/loading
|
|
|
|
# 课程二维码
|
|
VUE_APP_COURSE_STUDY=//u-pre.boe.com/pc/course/studyindex?id=
|
|
|
|
# 导入学员模板
|
|
VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx
|
|
|
|
#在线
|
|
VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/pc/course/studyindex?id=
|
|
#案例
|
|
VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id=
|
|
#考试
|
|
VITE_BOE_EXAM_DETAIL_URL=//u-pre.boe.com/pc/exam/test?id=
|
|
#h5的基本url
|
|
VUE_APP_H5=//u-pre.boe.com/mobile/student-h5 |