mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
spring boot bug 修复
This commit is contained in:
parent
ee6dfe4e58
commit
4a9bfb0455
8
app.js
8
app.js
@ -32,16 +32,16 @@ let opts = {
|
||||
}
|
||||
|
||||
|
||||
// app.use('/callComponent', proxy('http://192.168.100.108:8008', opts));
|
||||
// app.use('/app', proxy('http://192.168.100.108:8008', opts));
|
||||
app.use('/callComponent', proxy('http://192.168.100.108:8088', opts));
|
||||
app.use('/app', proxy('http://192.168.100.108:8088', opts));
|
||||
app.use('/ws', createProxyMiddleware({
|
||||
target: 'http://192.168.100.108:8008',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
}));
|
||||
|
||||
app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
|
||||
app.use('/app', 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.0.1:8008', opts));
|
||||
// app.use('/ws',proxy('http://127.0.0.1:8008',opts));
|
||||
// app.use('/callComponent',proxy('http://192.168.1.106:8012',opts));
|
||||
// app.use('/app',proxy('http://192.168.1.106:8012',opts));
|
||||
|
||||
@ -140,9 +140,8 @@
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
}
|
||||
}
|
||||
vc.http.get(
|
||||
'room',
|
||||
'loadUnits',
|
||||
vc.http.apiGet(
|
||||
'/unit.queryUnits',
|
||||
param,
|
||||
function (json, res) {
|
||||
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
|
||||
@ -184,9 +183,8 @@
|
||||
floorId: _floorId
|
||||
}
|
||||
}
|
||||
vc.http.get(
|
||||
'room',
|
||||
'loadFloor',
|
||||
vc.http.apiGet(
|
||||
'/floor.queryFloors',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user