diff --git a/src/main/resources/magicapi-support/js/index.js b/src/main/resources/magicapi-support/js/index.js index 707ffc71..97db8c9d 100644 --- a/src/main/resources/magicapi-support/js/index.js +++ b/src/main/resources/magicapi-support/js/index.js @@ -1039,6 +1039,10 @@ var MagicEditor = { name : '新建接口', shortKey : 'Alt+N', click : _this.createNew + },{ + name : '刷新接口', + shortKey : '', + click : function (){_this.loadAPI()} },{ name : '删除组', shortKey : '', @@ -1063,6 +1067,10 @@ var MagicEditor = { name : '复制路径', shortKey : '', click : _this.copyApiPath + },{ + name : '刷新接口', + shortKey : '', + click : function (){_this.loadAPI()} },{ name : '移动', shortKey : 'Ctrl+M',