专业力必修提交

This commit is contained in:
Pengxiansen
2025-01-21 11:17:43 +08:00
parent d026a86ee5
commit 2b2d8aa377
39 changed files with 10077 additions and 6408 deletions

View File

@@ -278,7 +278,8 @@ const commonData = {
const organizationalTree = []
//嵌套页面
const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL
// const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL
const iframeUrl = 'http://localhost:80/pc/iframe'
//学员端路由
const studentUrl = window.location.protocol + process.env.VUE_APP_IFRAME_STUDENT_URL
const teacherUrl = window.location.protocol + process.env.VUE_APP_IFRAME_TEACHER_URL