Commit 9c7128b9 by 弓厶

删除一些无效的功能

parent 0292665f
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
</span> </span>
<a-tooltip placement="topLeft"> <a-tooltip placement="topLeft">
<template slot="title"> <template slot="title">
<span>系统反馈</span>
</template>
<span class="action" @click="JumpPage">
<a-icon type="file-text"/>
</span>
</a-tooltip>
<a-tooltip placement="topLeft">
<template slot="title">
<span>查看版本信息</span> <span>查看版本信息</span>
</template> </template>
<span class="action" v-if="isDesktop()" @click="visible = true"> <span class="action" v-if="isDesktop()" @click="visible = true">
...@@ -79,10 +71,6 @@ ...@@ -79,10 +71,6 @@
// } // }
return url; return url;
}, },
//跳转
JumpPage() {
this.$router.push({path: '/gdtel-gztel-jyyy/system/feedback'})
},
handleLogout() { handleLogout() {
const that = this const that = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment