mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||||
//app.use('/app',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('/callComponent',proxy('http://proxy.homecommunity.cn:9011',opts));
|
||||||
// app.use('/app',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('/callComponent',proxy('http://192.168.1.106:8012',opts));
|
||||||
// app.use('/app',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('/callComponent',proxy('http://192.168.1.16:8012',opts));
|
||||||
//app.use('/app',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('/callComponent',proxy('http://127.0.0.1:8008',opts));
|
||||||
app.use('/app',proxy('http://127.0.1.1:8008',opts));
|
// app.use('/app',proxy('http://127.0.1.1:8008',opts));
|
||||||
|
|
||||||
//app.listen(3000);
|
//app.listen(3000);
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
vc.http.apiPost(
|
vc.http.apiPost(
|
||||||
'/oaWorkflow/updateOaWorkflowFormData',
|
'/oaWorkflow.updateOaWorkflowFormData',
|
||||||
JSON.stringify(_data),
|
JSON.stringify(_data),
|
||||||
{
|
{
|
||||||
emulateJSON: true
|
emulateJSON: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user