绣花流程编辑功能

This commit is contained in:
wuxw 2021-09-14 23:01:21 +08:00
parent 0a4d6c9916
commit 89832397ff
2 changed files with 5 additions and 5 deletions

8
app.js
View File

@ -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());

View File

@ -94,7 +94,7 @@
});
vc.http.apiPost(
'/oaWorkflow/updateOaWorkflowFormData',
'/oaWorkflow.updateOaWorkflowFormData',
JSON.stringify(_data),
{
emulateJSON: true