提交 6e930e5b 编写于 作者: P piexlmax

增加反馈按钮

上级 55fc6255
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
> >
<Screenfull class="search-icon" :style="{cursor:'pointer'}" /> <Screenfull class="search-icon" :style="{cursor:'pointer'}" />
</div> </div>
<div
v-if="btnShow"
class="user-box"
>
<el-icon class="search-icon" @click="toService"><service /></el-icon>
</div>
</div> </div>
</template> </template>
...@@ -90,6 +96,9 @@ export default { ...@@ -90,6 +96,9 @@ export default {
setTimeout(() => { setTimeout(() => {
this.reload = false this.reload = false
}, 500) }, 500)
},
toService() {
window.open('https://support.qq.com/product/371961')
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册