@mpxjs/api-proxy
Advanced tools
Comparing version 2.8.25-alpha.19 to 2.8.25-alpha.20
{ | ||
"name": "@mpxjs/api-proxy", | ||
"version": "2.8.25-alpha.19", | ||
"version": "2.8.25-alpha.20", | ||
"description": "convert miniprogram API at each end", | ||
@@ -41,4 +41,3 @@ "module": "src/index.js", | ||
"axios": "^0.21.1" | ||
}, | ||
"gitHead": "fed88f10a76c55cc2be19369b4b754191984d3a3" | ||
} | ||
} |
@@ -37,3 +37,3 @@ import { webHandleSuccess } from '../../../common/js' | ||
animated: false, | ||
params: query, | ||
params: Object.assign({}, query, options.query || {}), | ||
closeSelf: true | ||
@@ -65,3 +65,3 @@ }, | ||
animated: true, | ||
params: query | ||
params: Object.assign({}, query, options.query || {}) | ||
}, () => {}) | ||
@@ -68,0 +68,0 @@ const res = { errMsg: 'redirectTo:ok', eventChannel } |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
159213
74