Skip to content

Commit

Permalink
接口刷新
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Aug 9, 2020
1 parent ab7a04b commit 904bb4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/magicapi-support/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,10 @@ var MagicEditor = {
name : '新建接口',
shortKey : 'Alt+N',
click : _this.createNew
},{
name : '刷新接口',
shortKey : '',
click : function (){_this.loadAPI()}
},{
name : '删除组',
shortKey : '',
Expand All @@ -1063,6 +1067,10 @@ var MagicEditor = {
name : '复制路径',
shortKey : '',
click : _this.copyApiPath
},{
name : '刷新接口',
shortKey : '',
click : function (){_this.loadAPI()}
},{
name : '移动',
shortKey : 'Ctrl+M',
Expand Down

0 comments on commit 904bb4f

Please sign in to comment.