-- 环境更改

This commit is contained in:
yuping
2022-12-14 21:11:15 +08:00
parent 13009685a8
commit a542608dfe
6 changed files with 6 additions and 24 deletions

View File

@@ -276,9 +276,9 @@ const commonData = {
const organizationalTree = []
//嵌套页面
const iframeUrl = "https://u-pre.boe.com/pc/iframe"
const iframeUrl = process.env.VITE_IFRAME_URL
//学员端路由
const studentUrl = 'https://u-pre.boe.com/pc/loading'
const studentUrl = process.env.VITE_IFRAME_STUDENT_URL
//二维码
const codeUrl = "https://u-pre.boe.com"