mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
本地代码
This commit is contained in:
parent
77d11cdf48
commit
aa995313ff
8
app.js
8
app.js
@ -39,11 +39,11 @@ 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://127.0.0.1:8012',opts));
|
app.use('/callComponent',proxy('http://127.0.0.1:8012',opts));
|
||||||
//app.use('/app',proxy('http://127.0.0.1:8012',opts));
|
app.use('/app',proxy('http://127.0.0.1:8012',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.listen(3000);
|
//app.listen(3000);
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user