mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
4aa010fc87
commit
15dd63b610
8
app.js
8
app.js
@ -36,12 +36,12 @@ 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('/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://192.168.1.16:8012',opts));
|
||||
//app.use('/app',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.listen(3000);
|
||||
app.use(express.json());
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
vc.component.roomCreateFeeAddInfo.locationTypeCd = '5008';
|
||||
vc.component.roomCreateFeeAddInfo.locationObjId = _room.room.roomId;
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2003');
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2004');
|
||||
$that.roomCreateFeeAddInfo.roomState.push('2005');
|
||||
var room = _room.room;
|
||||
vc.component.roomCreateFeeAddInfo.locationTypeCdName = room.floorNum + '号楼' + room.unitNum + '单元' + room.roomNum + '室(' + room.ownerName + ')';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user