danmaku support openId

This commit is contained in:
2024-03-29 11:59:05 +08:00
parent 2c6bf5beac
commit cbbf308224
5 changed files with 33 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ onActivated(async () => {
<template>
<NSpin v-if="isLoading" show />
<template v-else>
<NButton @click="router.go(-1)" text>
<NButton @click="router.push({ name: 'manage-live' })" text>
{{ '< 返回' }}
</NButton>
<DanmakuContainer