fix:修改env配置及面授二维码协议判断

This commit is contained in:
wyx
2023-02-03 17:00:41 +08:00
parent 0935d4c252
commit 4ab76ad76b
2 changed files with 2 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL
const studentUrl = window.location.protocol + process.env.VUE_APP_IFRAME_STUDENT_URL
//二维码
const codeUrl = "https://u-pre.boe.com"
const codeUrl = window.location.protocol + "//u-pre.boe.com"
export {
throttle,
toDate,