We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea95ec commit 9e859beCopy full SHA for 9e859be
ui/src/layout/components/top-bar/avatar/AboutDialog.vue
@@ -45,8 +45,6 @@
45
>
46
<el-button class="border-primary mr-16">更新 License</el-button>
47
</el-upload>
48
-
49
- <el-button class="border-primary" @click="toSupport">获取技术支持</el-button>
50
</div>
51
52
<div class="border-t text-center mt-16 p-16 pb-0">
@@ -100,11 +98,6 @@ function getLicenseInfo() {
100
98
})
101
99
}
102
103
-function toSupport() {
104
- const url = 'https://support.fit2cloud.com/'
105
- window.open(url, '_blank')
106
-}
107
108
defineExpose({ open })
109
</script>
110
<style lang="scss" scope>
0 commit comments