mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
26 lines
754 B
Bash
26 lines
754 B
Bash
# 本项目基础url
|
|
VUE_APP_BASE=/manage
|
|
# api项目基础url
|
|
VUE_APP_BASE_API=/manageApi
|
|
#文件路径
|
|
VUE_APP_FILE_PATH=/upload/
|
|
# 代理url 本地调试,不可以用在其他地方
|
|
VUE_APP_PROXY_URL=http://43.143.139.204/manageApi
|
|
# 登录url
|
|
VUE_APP_LOGIN_URL=https://u-pre.boe.com/web
|
|
# boe域名
|
|
VUE_APP_BOE_API_URL=https://u-pre.boe.com
|
|
#打包路径
|
|
VUE_APP_OUTPUT_DIR=./dist
|
|
|
|
# iframe嵌套url
|
|
VUE_APP_IFRAME_URL=https://u-pre.boe.com/pc/iframe
|
|
# 学员端路由
|
|
VUE_APP_IFRAME_STUDENT_URL=https://u-pre.boe.com/pc/loadingVUE_APP_BOE_API_URLVUE_APP_BOE_API_URL
|
|
|
|
# 课程二维码
|
|
VUE_APP_COURSE_STUDY=https://u-pre.boe.com/pc/course/studyindex?id=
|
|
|
|
# 导入学员模板
|
|
VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx
|