移除腾讯反馈平台链接

This commit is contained in:
sc 2021-07-30 12:31:14 +08:00
parent 84a255bb33
commit f24b873e70
1 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@
</div>
<div style="margin-top: 20px;">
<el-button type="primary" round @click="golog">更新日志</el-button>
<el-button type="primary" round @click="go">反馈</el-button>
<el-button type="primary" round @click="gogit">gitee</el-button>
</div>
@ -28,9 +27,6 @@
golog(){
window.open("https://gitee.com/lolicode/scui/releases")
},
go(){
window.open("https://support.qq.com/product/323856")
},
gogit(){
window.open("https://gitee.com/lolicode/scui")
}