mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 10:26:44 +08:00
21 lines
566 B
Bash
21 lines
566 B
Bash
# 本项目基础url
|
|
VUE_APP_BASE=/manage
|
|
# api项目基础url
|
|
VUE_APP_BASE_API=/manageApi
|
|
# 导出url
|
|
VUE_APP_PROXY_URL=http://111.231.196.214:30001/
|
|
# 登录url
|
|
VUE_APP_LOGIN_URL=https://u-pre.boe.com/web
|
|
# boe域名
|
|
VUE_APP_BOE_API_URL=https://u-pre.boe.com
|
|
|
|
# iframe嵌套url
|
|
VUE_APP_IFRAME_URL=https://u-pre.boe.com/pc/iframe
|
|
# 学员端路由
|
|
VUE_APP_IFRAME_STUDENT_URL=https://u-pre.boe.com/pc/loading
|
|
|
|
# 课程二维码
|
|
VUE_APP_COURSE_STUDY=https://u-pre.boe.com/pc/course/studyindex?id=
|
|
# 导入学员模板
|
|
VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/
|