mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: Remove Support Button
This commit is contained in:
parent
1ea95ec39f
commit
9e859be5ff
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue