sale-client 4.2.115 → 4.2.116
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/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/plugins/QXClient.js +1 -4
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
package/src/plugins/QXClient.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
|
|
3
|
-
// 保留原始的 http 函数定义
|
|
4
1
|
function http() {
|
|
5
2
|
'use strict'
|
|
6
3
|
|
|
@@ -13,7 +10,7 @@ function http() {
|
|
|
13
10
|
const ajax = _a.ajax;
|
|
14
11
|
const extend = _a.extend // const support = _a.support (support 通常不需要直接访问)
|
|
15
12
|
const DEFAULT = {
|
|
16
|
-
port: '
|
|
13
|
+
port: '38588',
|
|
17
14
|
}
|
|
18
15
|
|
|
19
16
|
// 保留原始的 send 函数
|