From 917943c6a191d4d00c9e351e31b8ad7aafcd62c1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 24 Aug 2022 10:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=93=8D=E4=BD=9C=E6=89=8B?= =?UTF-8?q?=E5=86=8C=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tools/UserMenu.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue index 959556614..7517a913e 100644 --- a/jero-web/src/components/tools/UserMenu.vue +++ b/jero-web/src/components/tools/UserMenu.vue @@ -31,6 +31,11 @@ +
+ + + +
@@ -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']),