Browse Source

移除JSONP加载

Karson 1 year ago
parent
commit
578044505a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/addon.js

+ 1 - 1
public/assets/js/backend/addon.js

@@ -167,7 +167,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'cookie']
                     });
                     return res;
                 },
-                dataType: 'jsonp',
+                dataType: 'json',
                 templateView: false,
                 clickToSelect: false,
                 search: true,