mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
feat: 修改support地址
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user