mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 13:56:05 +08:00
绣花流程编辑功能
This commit is contained in:
parent
0a4d6c9916
commit
89832397ff
8
app.js
8
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());
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
});
|
||||
|
||||
vc.http.apiPost(
|
||||
'/oaWorkflow/updateOaWorkflowFormData',
|
||||
'/oaWorkflow.updateOaWorkflowFormData',
|
||||
JSON.stringify(_data),
|
||||
{
|
||||
emulateJSON: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user