ajax-manager
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ajax-manager", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An jQuery ajax management tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,11 +67,2 @@ // use global count instead of jquery global event because it does't support cross domain request | ||
// let defaultErrTextMap = { | ||
// '400': '请求参数错误', | ||
// '401': '您未登陆,请登录', | ||
// '403': '没有权限', | ||
// '404': '未找到相关接口', | ||
// '408': '请求超时', | ||
// '500': '服务器错误' | ||
// } | ||
let apiRegister = function (modelsArray = [], registerConfig = {}, jquery) { | ||
@@ -78,0 +69,0 @@ let $ = jquery |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8856
187