fix: jump to the applicationChatUser

This commit is contained in:
teukkk 2025-07-09 15:26:37 +08:00
parent e0118f1ce9
commit a5cd50fdf2

View File

@ -85,7 +85,7 @@
<el-radio value="login" size="large">
<p class="mb-16 lighter">
{{ $t('views.system.authentication.title') }}
<el-button type="primary" link @click="router.push({ path: '' })">
<el-button type="primary" link @click="router.push({ name: 'applicationChatUser' })">
{{ $t('views.applicationOverview.appInfo.LimitDialog.toSettingChatUser') }}
</el-button>
</p>