sale-client 3.5.115 → 3.5.117
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/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +5 -5
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
- package/src/filiale/alashan/MeterinfoTest.vue +618 -619
- package/src/filiale/gehua/CardChangeFill.vue +605 -605
- package/src/filiale/gehua/ChangeMeter.vue +968 -0
- package/src/filiale/gehua/sale.js +30 -28
- 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/qianneng/revenue/machineHandManage/machineHandAudit.vue +1 -0
- package/src/filiale/shangluo/LimitGas.vue +210 -0
- package/src/filiale/shangluo/sale.js +3 -1
- package/src/filiale/tongchuan/ChargeManage.vue +1 -1
- package/src/filiale/tongchuan/ChargeOper.vue +30 -5
- package/src/filiale/tongchuan/common/userinfo_detail/UserInfoDetailManageNew.vue +179 -179
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/MeterParamIot.vue +86 -86
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/WatchCollection.vue +115 -115
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
- package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
- package/src/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
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
|
-
|
|
16
|
-
var fuwu = 'http://
|
|
15
|
+
var fuwu = 'http://192.168.50.4:8400'
|
|
16
|
+
//var fuwu = 'http://39.99.85.14:8400'
|
|
17
17
|
// var fuwu = 'http://121.36.106.17:8400/'
|
|
18
18
|
// 铜川正式
|
|
19
19
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
@@ -121,13 +121,13 @@ var proxyTable = {
|
|
|
121
121
|
target: fuwu
|
|
122
122
|
},
|
|
123
123
|
'/rs/report': {
|
|
124
|
-
target: 'http://
|
|
124
|
+
target: 'http://localhost:8083'
|
|
125
125
|
},
|
|
126
126
|
'/rs/vue': {
|
|
127
127
|
target: fuwu
|
|
128
128
|
},
|
|
129
129
|
'/webmeter': {
|
|
130
|
-
target:
|
|
130
|
+
target: fuwu
|
|
131
131
|
},
|
|
132
132
|
'/rs': {
|
|
133
133
|
// target: 'http://192.168.30.63:8081/'
|
|
@@ -189,5 +189,5 @@ module.exports = app.listen(8085, function (err) {
|
|
|
189
189
|
console.log(err)
|
|
190
190
|
return
|
|
191
191
|
}
|
|
192
|
-
console.log('Listening at http://localhost:
|
|
192
|
+
console.log('Listening at http://localhost:8085')
|
|
193
193
|
})
|