sale-client 4.2.40 → 4.2.42
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/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/build/dev-server.js +11 -8
- package/package.json +3 -2
- package/src/filiale/jinhong/machineHand.vue +2099 -2099
- package/src/filiale/jinhong/plugins/GetSaleParams.js +302 -302
- package/src/filiale/qingjian/FileUserFiles.vue +11 -1
- package/src/filiale/qingjian/SafeCheck.vue +3 -3
- package/src/main.js +1 -1
- package/hs_err_pid32452.log +0 -625
- package/hs_err_pid36896.log +0 -249
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Sat Sep 13 14:19:54 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -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://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://123.57.3.66:31467/', 'http://123.57.3.66:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -50,14 +50,17 @@ var devConfig = {
|
|
|
50
50
|
'/rs/pay': {
|
|
51
51
|
target: 'http://localhost:8080'
|
|
52
52
|
},
|
|
53
|
-
'/api/af-revenue': {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
},
|
|
53
|
+
// '/api/af-revenue': {
|
|
54
|
+
// pathRewrite: {
|
|
55
|
+
// '/api/af-revenue': '/af-revenue'
|
|
56
|
+
// },
|
|
57
|
+
// target: "http://localhost:8080"
|
|
58
|
+
// },
|
|
59
59
|
'/api': {
|
|
60
|
-
target: serverRul
|
|
60
|
+
target: serverRul,
|
|
61
|
+
pathRewrite: {
|
|
62
|
+
'/api/af-revenue': '/singlepage/rs'
|
|
63
|
+
}
|
|
61
64
|
},
|
|
62
65
|
'/rs': {
|
|
63
66
|
target: serverRul
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.42",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"less-loader": "^2.2.3",
|
|
32
32
|
"system-clients": "4.0.12",
|
|
33
33
|
"ldap-clients": "3.0.96",
|
|
34
|
-
"address-client": "
|
|
34
|
+
"address-client": "3.2.79",
|
|
35
35
|
"manage-client": "3.1.8-88",
|
|
36
36
|
"axios": "0.15.3",
|
|
37
37
|
"babel-core": "^6.0.0",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"vue-hot-reload-api": "^1.2.0",
|
|
98
98
|
"vue-html-loader": "^1.0.0",
|
|
99
99
|
"vue-loader": "^8.2.1",
|
|
100
|
+
"vue-amap": "^0.5.8",
|
|
100
101
|
"vue-resource": "^1.5.0",
|
|
101
102
|
"vue-router": "^0.7.13",
|
|
102
103
|
"vue-strap": "^1.0.9",
|