From 89832397ff15d0cecca263b309b4eaf70529637a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 14 Sep 2021 23:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A3=E8=8A=B1=E6=B5=81=E7=A8=8B=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 8 ++++---- .../newOaWorkflowFormEdit/newOaWorkflowFormEdit.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index 0d370b5f2..9b2c8b20f 100755 --- a/app.js +++ b/app.js @@ -39,8 +39,8 @@ let 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://proxy.homecommunity.cn:9011',opts)); -// app.use('/app',proxy('http://proxy.homecommunity.cn:9011',opts)); +app.use('/callComponent',proxy('http://proxy.homecommunity.cn:9011',opts)); +app.use('/app',proxy('http://proxy.homecommunity.cn:9011',opts)); // app.use('/callComponent',proxy('http://192.168.1.106:8012',opts)); // app.use('/app',proxy('http://192.168.1.106:8012',opts)); @@ -48,8 +48,8 @@ let 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://127.0.0.1:8008',opts)); -app.use('/app',proxy('http://127.0.1.1:8008',opts)); +// app.use('/callComponent',proxy('http://127.0.0.1:8008',opts)); +// app.use('/app',proxy('http://127.0.1.1:8008',opts)); //app.listen(3000); app.use(express.json()); diff --git a/public/pages/property/newOaWorkflowFormEdit/newOaWorkflowFormEdit.js b/public/pages/property/newOaWorkflowFormEdit/newOaWorkflowFormEdit.js index afae99db8..71b173956 100644 --- a/public/pages/property/newOaWorkflowFormEdit/newOaWorkflowFormEdit.js +++ b/public/pages/property/newOaWorkflowFormEdit/newOaWorkflowFormEdit.js @@ -94,7 +94,7 @@ }); vc.http.apiPost( - '/oaWorkflow/updateOaWorkflowFormData', + '/oaWorkflow.updateOaWorkflowFormData', JSON.stringify(_data), { emulateJSON: true