tools-min-ns 1.18.9 → 1.18.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm/request/RequestUtil.js +1 -1
- package/lib/request/RequestUtil.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ import jsonpFn, { jsonpRquest as jsonpRquestFn } from './jsonp';
|
|
|
156
156
|
import nsPromiseFn from './nsPromiseFn';
|
|
157
157
|
import StringUtil from '../string/StringUtil';
|
|
158
158
|
import PasswordUtil from '../pwd/PasswordUtil';
|
|
159
|
-
import DateUtil from '
|
|
159
|
+
import DateUtil from '../date/DateUtil';
|
|
160
160
|
var RequestUtil;
|
|
161
161
|
(function (RequestUtil) {
|
|
162
162
|
/** @name 浙里办请求工具设置默认请求头 */
|
|
@@ -197,7 +197,7 @@ var jsonp_1 = __importStar(require("./jsonp"));
|
|
|
197
197
|
var nsPromiseFn_1 = __importDefault(require("./nsPromiseFn"));
|
|
198
198
|
var StringUtil_1 = __importDefault(require("../string/StringUtil"));
|
|
199
199
|
var PasswordUtil_1 = __importDefault(require("../pwd/PasswordUtil"));
|
|
200
|
-
var DateUtil_1 = __importDefault(require("
|
|
200
|
+
var DateUtil_1 = __importDefault(require("../date/DateUtil"));
|
|
201
201
|
var RequestUtil;
|
|
202
202
|
(function (RequestUtil) {
|
|
203
203
|
/** @name 浙里办请求工具设置默认请求头 */
|