Skip to content

Commit 95c5eac

Browse files
committed
fix: bug fix
1 parent 11a9e2c commit 95c5eac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/components/layout/Person.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ const changeLanguage = (lang: string) => {
6161
})
6262
}
6363
64+
const openHelp = () => {
65+
window.open('https://dataease.cn/sqlbot/', '_blank')
66+
}
67+
6468
const openPwd = () => {
6569
dialogVisible.value = true
6670
}
@@ -140,7 +144,7 @@ const logout = () => {
140144
</el-icon>
141145
<div class="datasource-name">{{ $t('about.title') }}</div>
142146
</div>
143-
<div class="popover-item">
147+
<div @click="openHelp" class="popover-item">
144148
<el-icon size="16">
145149
<icon_maybe_outlined></icon_maybe_outlined>
146150
</el-icon>

0 commit comments

Comments
 (0)