perf: Remove Support Button

This commit is contained in:
wangdan-fit2cloud 2024-12-13 11:02:13 +08:00
parent 1ea95ec39f
commit 9e859be5ff

View File

@ -45,8 +45,6 @@
>
<el-button class="border-primary mr-16">更新 License</el-button>
</el-upload>
<el-button class="border-primary" @click="toSupport">获取技术支持</el-button>
</div>
</div>
<div class="border-t text-center mt-16 p-16 pb-0">
@ -100,11 +98,6 @@ function getLicenseInfo() {
})
}
function toSupport() {
const url = 'https://support.fit2cloud.com/'
window.open(url, '_blank')
}
defineExpose({ open })
</script>
<style lang="scss" scope>