Skip to content

Commit a5cd50f

Browse files
committed
fix: jump to the applicationChatUser
1 parent e0118f1 commit a5cd50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/application-overview/xpack-component/XPackLimitDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<el-radio value="login" size="large">
8686
<p class="mb-16 lighter">
8787
{{ $t('views.system.authentication.title') }}
88-
<el-button type="primary" link @click="router.push({ path: '' })">
88+
<el-button type="primary" link @click="router.push({ name: 'applicationChatUser' })">
8989
{{ $t('views.applicationOverview.appInfo.LimitDialog.toSettingChatUser') }}
9090
</el-button>
9191
</p>

0 commit comments

Comments
 (0)