mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
|||||||
autoParam: ['id=key', 'name=n', 'level=lv'],
|
autoParam: ['id=key', 'name=n', 'level=lv'],
|
||||||
type: 'get',
|
type: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
'X-JMS-ORG': JSON.parse(this.$cookie.get('jms_current_org')).id || ''
|
'X-JMS-ORG': JSON.parse(this.$cookie.get('jms_current_org')) ? JSON.parse(this.$cookie.get('jms_current_org')).id : ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
callback: {
|
callback: {
|
||||||
|
Reference in New Issue
Block a user