专业力必修测试环境部署代码

This commit is contained in:
Pengxiansen
2025-01-21 17:20:12 +08:00
parent 2b2d8aa377
commit 1f06c11bda
11 changed files with 2798 additions and 408 deletions

View File

@@ -278,8 +278,8 @@ const commonData = {
const organizationalTree = []
//嵌套页面
// const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL
const iframeUrl = 'http://localhost:80/pc/iframe'
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