Browse Source

string userid

master
zhangtao 1 year ago
parent
commit
fd4cc250f9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .env
  2. +1
    -1
      src/views/home/index.vue

+ 1
- 1
.env View File

@@ -1,5 +1,5 @@
# title
VITE_APP_TITLE = 'h5'
VITE_APP_TITLE = '视频会议'

# 端口号
VITE_PORT = 3000

+ 1
- 1
src/views/home/index.vue View File

@@ -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…
Cancel
Save