Skip to content

Commit 9e859be

Browse files
perf: Remove Support Button
1 parent 1ea95ec commit 9e859be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ui/src/layout/components/top-bar/avatar/AboutDialog.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
>
4646
<el-button class="border-primary mr-16">更新 License</el-button>
4747
</el-upload>
48-
49-
<el-button class="border-primary" @click="toSupport">获取技术支持</el-button>
5048
</div>
5149
</div>
5250
<div class="border-t text-center mt-16 p-16 pb-0">
@@ -100,11 +98,6 @@ function getLicenseInfo() {
10098
})
10199
}
102100
103-
function toSupport() {
104-
const url = 'https://support.fit2cloud.com/'
105-
window.open(url, '_blank')
106-
}
107-
108101
defineExpose({ open })
109102
</script>
110103
<style lang="scss" scope>

0 commit comments

Comments
 (0)