sale-client 3.5.68 → 3.5.70
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 +2 -2
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +689 -689
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +736 -736
- package/src/filiale/qianneng/eticket/EticketPrint.vue +369 -369
- package/src/filiale/shiquan/ChargeManage.vue +5 -4
- package/src/filiale/shiquan/WebMeterInfo.vue +80 -0
- package/src/filiale/shiquan/WebMeterList.vue +437 -0
- package/src/filiale/shiquan/sale.js +4 -0
- package/src/main.js +1 -1
- package/src/sale.js +5 -4
package/build/dev-server.js
CHANGED
|
@@ -103,7 +103,7 @@ var proxyTable = {
|
|
|
103
103
|
'/rs': {
|
|
104
104
|
// target: 'http://192.168.30.63:8081/'
|
|
105
105
|
// target: 'http://121.36.106.17:8400/'
|
|
106
|
-
target:
|
|
106
|
+
target: fuwu
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -155,7 +155,7 @@ app.use(hotMiddleware)
|
|
|
155
155
|
// serve pure static assets
|
|
156
156
|
app.use('/static', express.static('./static'))
|
|
157
157
|
|
|
158
|
-
module.exports = app.listen(
|
|
158
|
+
module.exports = app.listen(8085, function (err) {
|
|
159
159
|
if (err) {
|
|
160
160
|
console.log(err)
|
|
161
161
|
return
|