diff --git a/plugins/openresty/index.html b/plugins/openresty/index.html
index 96eef2317..5c2271ff7 100755
--- a/plugins/openresty/index.html
+++ b/plugins/openresty/index.html
@@ -14,5 +14,7 @@
\ No newline at end of file
diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js
index 051e35963..319d117ed 100755
--- a/plugins/openresty/js/openresty.js
+++ b/plugins/openresty/js/openresty.js
@@ -1,6 +1,3 @@
-orPluginService('openresty');
-
-
function orPost(method, args, callback){
var loadT = layer.msg('正在获取...', { icon: 16, time: 0, shade: 0.3 });
$.post('/plugins/run', {name:'openresty', func:method, args:JSON.stringify(args)}, function(data) {