From e597042193d80e3cbea4da267bfebc1bb2fc14b6 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 23 Nov 2020 10:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 8 ++++---- .../property/importMeterWaterFee/importMeterWaterFee.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index 3aa078f84..2f1c18d48 100644 --- a/app.js +++ b/app.js @@ -36,12 +36,12 @@ let opts = { //app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts)); +//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); +//app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts)); -//app.use('/callComponent',proxy('http://192.168.1.16:8012',opts)); -//app.use('/app',proxy('http://192.168.1.16:8012',opts)); +app.use('/callComponent',proxy('http://192.168.1.16:8012',opts)); +app.use('/app',proxy('http://192.168.1.16:8012',opts)); //app.listen(3000); app.use(express.json()); diff --git a/public/components/property/importMeterWaterFee/importMeterWaterFee.js b/public/components/property/importMeterWaterFee/importMeterWaterFee.js index 2031b1684..0762a24cd 100644 --- a/public/components/property/importMeterWaterFee/importMeterWaterFee.js +++ b/public/components/property/importMeterWaterFee/importMeterWaterFee.js @@ -90,7 +90,7 @@ //关闭model vc.toast("处理成功"); $('#importMeterWaterFeeModel').modal('hide'); - vc.emit('roomFeeImport', 'listFee', {}); + vc.emit('meterWaterManage', 'listMeterWater', {}); return; } vc.toast(json, 10000);