sale-client 4.0.134 → 4.0.136

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 Feb 27 12:01:45 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.67:31467/', 'http://127.0.0.1:9026/']
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 = {
@@ -19,26 +19,28 @@ 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
+ },
22
28
  '/api/af-revenue/logic': {
23
- pathRewrite: {
24
- '/api/af-revenue/logic': '/logic'
25
- },
29
+
26
30
  target: localUrl
27
31
  },
28
32
  '/api/af-revenue/file': {
29
- pathRewrite: {
30
- '/api/af-revenue/file': '/file'
31
- },
33
+ // pathRewrite: {
34
+ // '/api/af-revenue/file': '/file'
35
+ // },
32
36
  target: localUrl
33
37
  },
34
- '/weixin2/rs': {
38
+ '/weixin2/rs':{
35
39
 
36
40
  target: 'http://410663id1ia4.vicp.fun'
37
41
  },
38
42
  '/api/af-revenue/sql': {
39
- pathRewrite: {
40
- '/api/af-revenue/sql': '/sql'
41
- },
43
+
42
44
  target: localUrl
43
45
  },
44
46
  '/api': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.0.134",
3
+ "version": "4.0.136",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "yarn": "^1.22.10"
27
27
  },
28
28
  "devDependencies": {
29
- "vue-client": "1.25.25",
29
+ "vue-client": "1.25.26",
30
30
  "less-loader": "^2.2.3",
31
31
  "system-clients": "3.3.2",
32
32
  "ldap-clients": "3.0.96",
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import FilialeSale from './filiale/beifangshiye/sale'
6
+ import FilialeSale from './filiale/dexin/sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
9
9
  import VueClipboard from 'vue-clipboard2'