From 8d5be175073fc1cba490fc512e5132ff213e1046 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 4 Jun 2020 17:10:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9support=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/NavHeader/Help.vue | 2 +- src/views/settings/License.vue | 4 ++-- src/views/xpack/License.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layout/components/NavHeader/Help.vue b/src/layout/components/NavHeader/Help.vue index 95ef7de28..e86bf884a 100644 --- a/src/layout/components/NavHeader/Help.vue +++ b/src/layout/components/NavHeader/Help.vue @@ -17,7 +17,7 @@ export default { handleCommand(command) { switch (command) { case 'support': - window.open('https://jinshuju.net/f/sQ91MK', '_blank') + window.open('http://www.jumpserver.org/support/', '_blank') break default: window.open('http://docs.jumpserver.org', '_blank') diff --git a/src/views/settings/License.vue b/src/views/settings/License.vue index e2ab15873..3e1b8560b 100644 --- a/src/views/settings/License.vue +++ b/src/views/settings/License.vue @@ -138,8 +138,8 @@ export default { this.dialogLicenseImport = true }, consultAction: function() { - const url = 'https://jinshuju.net/f/sQ91MK' - window.open(url) + const url = 'http://www.jumpserver.org/support/' + window.open(url, '_blank') }, importLicense() { if (this.licenseFile['file'] === undefined) { diff --git a/src/views/xpack/License.vue b/src/views/xpack/License.vue index ca9eb6187..f23d9e22c 100644 --- a/src/views/xpack/License.vue +++ b/src/views/xpack/License.vue @@ -136,7 +136,7 @@ export default { this.dialogLicenseImport = true }, consultAction: function() { - const url = 'https://jinshuju.net/f/sQ91MK' + const url = 'http://www.jumpserver.org/support/' window.open(url) }, importLicense() {