mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
perf: 优化客户端会议打开速度
This commit is contained in:
parent
ecf0c78993
commit
77a3f2027e
@ -392,7 +392,9 @@ export default {
|
||||
width: Math.min(window.screen.availWidth, 1440),
|
||||
height: Math.min(window.screen.availHeight, 900),
|
||||
}
|
||||
const meetingPath = $A.urlAddParams(linkRes.data, {
|
||||
const meetingLink = $A.leftDelete(linkRes.data, $A.mainUrl())
|
||||
.replace(/^\//, '');
|
||||
const meetingPath = $A.urlAddParams("/" + meetingLink, {
|
||||
type: 'direct',
|
||||
nickname: encodeURIComponent(data.nickname),
|
||||
avatar: encodeURIComponent(data.userimg),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user