feat:增加教师入口跳转链接

This commit is contained in:
wyx
2023-03-07 16:07:10 +08:00
parent bec0b6e817
commit 63eafe934b
5 changed files with 12 additions and 2 deletions

View File

@@ -280,6 +280,7 @@ const organizationalTree = []
const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL
//学员端路由
const studentUrl = window.location.protocol + process.env.VUE_APP_IFRAME_STUDENT_URL
const teacherUrl = window.location.protocol + process.env.VUE_APP_IFRAME_TEACHER_URL
//二维码
const codeUrl = window.location.protocol + "//u-pre.boe.com"
@@ -297,5 +298,6 @@ export {
organizationalTree,
iframeUrl,
studentUrl,
teacherUrl,
codeUrl,
}