feat: 修改support地址

This commit is contained in:
ibuler
2020-06-04 17:10:39 +08:00
parent 552d45c970
commit 8d5be17507
3 changed files with 4 additions and 4 deletions

View File

@@ -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')

View File

@@ -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) {

View File

@@ -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() {