增加操作手册链接

This commit is contained in:
zyx.net
2022-08-24 10:05:34 +08:00
parent 8df5807a0b
commit 917943c6a1
@@ -31,6 +31,11 @@
<!-- <a-icon type="question-circle-o"></a-icon>-->
<!-- </a>-->
<!-- </span>-->
<div class="action">
<span @click="Jumpflybook" class="header-notice">
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
</span>
</div>
<header-notice class="action"/>
<div class="action">
<span v-show="localeval=='zh-cn'">
@@ -207,6 +212,9 @@
hiddenClick() {
this.shows = false
},
Jumpflybook(){
window.open('https://eicgyqr5mc.feishu.cn/docx/doxcnY2GbQfMSMqLP0eIFzFlEcd', '_blank');
},
/* update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航*/
...mapActions(['Logout']),
...mapGetters(['username', 'avatar', 'userInfo']),