mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
fix: jump to the applicationChatUser
This commit is contained in:
parent
e0118f1ce9
commit
a5cd50fdf2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue