sale-client 4.0.150 → 4.0.151

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 Mar 13 17:10:29 CST 2025
2
+ gradle.version=5.2.1
File without changes
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl ] = ['http://192.168.50.5:8765/', 'http://localhost:9026/']
4
+ const [ serverRul, localUrl ] = ['http://192.168.50.5:8765/', 'http://192.168.50.5:8765/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -19,16 +19,10 @@ var devConfig = {
19
19
  children: false // 不输出子模块构建信息
20
20
  },
21
21
  proxy: {
22
- '/api/af-revenue/batchdeduction/all': {
23
- pathRewrite: {
24
- '/api/af-revenue/batchdeduction/all': '/batchdeduction/all'
25
- },
26
- target: localUrl
27
- },
28
22
  '/api/af-revenue/logic': {
29
- pathRewrite: {
30
- '/api/af-revenue/logic': '/logic'
31
- },
23
+ // pathRewrite: {
24
+ // '/api/af-revenue/logic': '/logic'
25
+ // },
32
26
  target: localUrl
33
27
  },
34
28
  '/api/af-revenue/file': {
@@ -37,14 +31,14 @@ var devConfig = {
37
31
  // },
38
32
  target: localUrl
39
33
  },
40
- '/weixin2/rs':{
34
+ '/weixin2/rs': {
41
35
 
42
36
  target: 'http://410663id1ia4.vicp.fun'
43
37
  },
44
38
  '/api/af-revenue/sql': {
45
- pathRewrite: {
46
- '/api/af-revenue/sql': '/sql'
47
- },
39
+ // pathRewrite: {
40
+ // '/api/af-revenue/sql': '/sql'
41
+ // },
48
42
  target: localUrl
49
43
  },
50
44
  '/api': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.0.150",
3
+ "version": "4.0.151",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "less-loader": "^2.2.3",
31
31
  "system-clients": "3.3.2",
32
32
  "ldap-clients": "3.0.96",
33
- "address-client": "^3.2.111-fugou",
33
+ "address-client": "4.0.1-yunChengV4",
34
34
  "manage-client": "3.1.8-88",
35
35
  "axios": "0.15.3",
36
36
  "babel-core": "^6.0.0",