https 替换
This commit is contained in:
@@ -685,9 +685,9 @@ async function handleJoinMeeting(meetingId: string) {
|
||||
const meetingName = meetingData.meetingName || '视频会议'
|
||||
console.log('[handleJoinMeeting] 获取到会议页面URL:', meetingPageUrl, '会议名称:', meetingName)
|
||||
|
||||
// 构建完整的会议URL(包含域名和workcase路径)
|
||||
const protocol = window.location.protocol
|
||||
const host = window.location.host
|
||||
// 小程序环境:直接使用固定的HTTPS域名
|
||||
const protocol = 'https:'
|
||||
const host = 'org.xyzh.yslg'
|
||||
// 如果meetingPageUrl不包含/workcase,需要加上
|
||||
const fullPath = meetingPageUrl.startsWith('/workcase')
|
||||
? meetingPageUrl
|
||||
|
||||
Reference in New Issue
Block a user