sale-client 3.5.125 → 3.5.129
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/build/dev-server.js +4 -7
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
- package/src/components/revenue/Common/PaymentCode.vue +2 -0
- package/src/filiale/alashan/MeterinfoTest.vue +618 -618
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +493 -478
- package/src/filiale/gehua/BankPayment.vue +281 -0
- package/src/filiale/gehua/CardChangeFill.vue +605 -605
- package/src/filiale/gehua/ChangeMeter.vue +968 -968
- package/src/filiale/gehua/sale.js +33 -30
- package/src/filiale/guangxi/CardHand.vue +885 -885
- package/src/filiale/guangxi/sale.js +3 -2
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/meihekou/batch/batchEditManage.vue +132 -132
- package/src/filiale/meihekou/batch/batchUserList.vue +456 -456
- package/src/filiale/meihekou/sale.js +45 -45
- package/src/filiale/rongchuang/handListMaintain.vue +14 -12
- package/src/filiale/tongchuan/MeterinfoTest.vue +11 -1
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
- package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -12,8 +12,8 @@ var compiler = webpack(config)
|
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
13
|
var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
|
|
14
14
|
// 公司测试服务
|
|
15
|
-
var fuwu = '
|
|
16
|
-
|
|
15
|
+
// var fuwu = 'http://192.168.50.4:8400'
|
|
16
|
+
var fuwu = 'http://39.108.82.124:8400/'
|
|
17
17
|
// var fuwu = 'http://121.36.106.17:8400/'
|
|
18
18
|
// 铜川正式
|
|
19
19
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
@@ -68,9 +68,6 @@ var proxyTable = {
|
|
|
68
68
|
'/rs/file': {
|
|
69
69
|
target: fuwu
|
|
70
70
|
},
|
|
71
|
-
'/afServer': {
|
|
72
|
-
target: fuwu
|
|
73
|
-
},
|
|
74
71
|
'/files': {
|
|
75
72
|
target: fuwu
|
|
76
73
|
},
|
|
@@ -124,13 +121,13 @@ var proxyTable = {
|
|
|
124
121
|
target: fuwu
|
|
125
122
|
},
|
|
126
123
|
'/rs/report': {
|
|
127
|
-
target: 'http://
|
|
124
|
+
target: 'http://121.36.106.17:8400/'
|
|
128
125
|
},
|
|
129
126
|
'/rs/vue': {
|
|
130
127
|
target: fuwu
|
|
131
128
|
},
|
|
132
129
|
'/webmeter': {
|
|
133
|
-
target:
|
|
130
|
+
target: 'http://192.168.50.4:8450'
|
|
134
131
|
},
|
|
135
132
|
'/rs': {
|
|
136
133
|
// target: 'http://192.168.30.63:8081/'
|