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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Dec 18 17:45:08 CST 2025
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.115",
3
+ "version": "4.2.116",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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: '38088',
13
+ port: '38588',
17
14
  }
18
15
 
19
16
  // 保留原始的 send 函数