mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
-- 环境更改
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user