string userid
This commit is contained in:
parent
26ccf348e5
commit
fd4cc250f9
2
.env
2
.env
|
|
@ -1,5 +1,5 @@
|
|||
# title
|
||||
VITE_APP_TITLE = 'h5'
|
||||
VITE_APP_TITLE = '视频会议'
|
||||
|
||||
# 端口号
|
||||
VITE_PORT = 3000
|
||||
|
|
|
|||
|
|
@ -516,7 +516,7 @@ export default {
|
|||
|
||||
onMounted(async() => {
|
||||
const { userId, roomId } = route.query
|
||||
data.userId = userId
|
||||
data.userId = String(userId)
|
||||
data.roomId = Number(roomId)
|
||||
await handleSig()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue