sale-client 4.2.7 → 4.2.8

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.
@@ -1,2 +1,2 @@
1
- #Thu Mar 13 17:10:29 CST 2025
1
+ #Wed Oct 23 13:32:43 CST 2024
2
2
  gradle.version=5.2.1
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl ] = ['https://yc.aofengcloud.com:31467/', 'https://yc.aofengcloud.com:31467/']
4
+ const [ serverRul, localUrl ] = ['http://192.168.50.67:31467/', 'http://192.168.50.67:31467/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -42,9 +42,9 @@ var devConfig = {
42
42
  // target: 'http://410663id1ia4.vicp.fun'
43
43
  // },
44
44
  // '/api/af-revenue/sql': {
45
- // // pathRewrite: {
46
- // // '/api/af-revenue/sql': '/sql'
47
- // // },
45
+ // pathRewrite: {
46
+ // '/api/af-revenue/sql': '/sql'
47
+ // },
48
48
  // target: localUrl
49
49
  // },
50
50
  '/rs/pay': {