From 15c80cf02d19c65708c843f5c1c4ae92d27ebf83 Mon Sep 17 00:00:00 2001 From: NiSen Date: Thu, 21 Sep 2023 15:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AEenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.env b/.env index c4abd398..409b9fb6 100644 --- a/.env +++ b/.env @@ -11,23 +11,22 @@ VUE_APP_TOOL_FOLDERID=1147577145918910464 #文件路径 VUE_APP_FILE_PATH=/upload/ # 代理url 本地调试,不可以用在其他地方 -VUE_APP_PROXY_URL=//pretest.zcwytd.com/manageApi +VUE_APP_PROXY_URL=//u-pre.boe.com/manageApi # 登录url -# VUE_APP_LOGIN_URL=//pretest.zcwytd.com/web?returnUrl= -VUE_APP_LOGIN_URL=/pc/login +VUE_APP_LOGIN_URL=//u-pre.boe.com/web?returnUrl= # boe域名 -VUE_APP_BOE_API_URL=//pretest.zcwytd.com +VUE_APP_BOE_API_URL=//u-pre.boe.com #打包路径 VUE_APP_OUTPUT_DIR=./dist # iframe嵌套url -VUE_APP_IFRAME_URL=//pretest.zcwytd.com/pc/iframe +VUE_APP_IFRAME_URL=//u-pre.boe.com/pc/iframe # 学员端路由 -VUE_APP_IFRAME_STUDENT_URL=//pretest.zcwytd.com/pc/loading -VUE_APP_IFRAME_TEACHER_URL=//pretest.zcwytd.com/pc/need/waitaudit +VUE_APP_IFRAME_STUDENT_URL=//u-pre.boe.com/pc/loading +VUE_APP_IFRAME_TEACHER_URL=//u-pre.boe.com/pc/need/waitaudit # 课程二维码 -VUE_APP_COURSE_STUDY=//pretest.zcwytd.com/pc/course/studyindex?id= +VUE_APP_COURSE_STUDY=//u-pre.boe.com/pc/course/studyindex?id= # 导入学员模板 VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx @@ -35,16 +34,16 @@ VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx #在线 -VUE_APP_ONLINE_CLASS_URL=//pretest.zcwytd.com/mobile/pages/study/courseStudy?id= +VUE_APP_ONLINE_CLASS_URL=//u-pre.boe.com/mobile/pages/study/courseStudy?id= #案例 -VITE_BOE_CASS_DETAIL_URL=//pretest.zcwytd.com/pc/case/detail?id= +VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id= #考试 -VUE_APP_EXAM_DETAIL_URL=//pretest.zcwytd.com/mobile/pages/exam/exam?id= +VUE_APP_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id= #h5的基本url -VUE_APP_H5=//pretest.zcwytd.com/student-h5 +VUE_APP_H5=//u-pre.boe.com/student-h5 #用户头像 VUE_APP_AVATAR_PATH=/upload/ # 旧版管理员界面 -VUE_APP_OLD_MANAGE=//pretest.zcwytd.com/resource/index.html +VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html # 批量面授报名模板 VUE_APP_FACE_STUDENT_TEMPLATE=批量面授报名模版-1673963663229.xlsx \ No newline at end of file