mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
开始开发结构化
This commit is contained in:
parent
e1d10d1030
commit
bed2b868ee
7
app.js
7
app.js
@ -36,9 +36,10 @@ 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('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts));
|
// app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts));
|
||||||
app.use('/app', proxy('http://proxy.homecommunity.cn:9034', opts));
|
// app.use('/app', proxy('http://proxy.homecommunity.cn:9034', 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://127.0.0.1:8008', opts));
|
// app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
|
||||||
|
|||||||
@ -9,8 +9,8 @@
|
|||||||
<span class="fa fa-close " @click.stop="_closeViewMenuUser()" style="font-size: 18px;cursor: pointer;"></span>
|
<span class="fa fa-close " @click.stop="_closeViewMenuUser()" style="font-size: 18px;cursor: pointer;"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" style="margin-top: 40px;cursor: pointer;">
|
<div class="row" style="cursor: pointer;">
|
||||||
<div class="col-md-2 text-center" @click="_jumpToUserPage(item)" v-for="(item,index) in viewMenuUserInfo.menus">
|
<div class="col-md-2 text-center" style="margin-top: 40px;" @click="_jumpToUserPage(item)" v-for="(item,index) in viewMenuUserInfo.menus">
|
||||||
<div>
|
<div>
|
||||||
<i :class="item.icon" style="font-size: 48px;"></i>
|
<i :class="item.icon" style="font-size: 48px;"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
13
public/pages/property/roomStructure/roomStructure.html
Normal file
13
public/pages/property/roomStructure/roomStructure.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-4">
|
||||||
|
<div id="jstree_floor">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-8"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
23
public/pages/property/roomStructure/roomStructure.js
Normal file
23
public/pages/property/roomStructure/roomStructure.js
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
/**
|
||||||
|
入驻小区
|
||||||
|
**/
|
||||||
|
(function(vc) {
|
||||||
|
var DEFAULT_PAGE = 1;
|
||||||
|
var DEFAULT_ROWS = 10;
|
||||||
|
vc.extends({
|
||||||
|
data: {
|
||||||
|
roomStructureInfo: {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
_initMethod: function() {
|
||||||
|
|
||||||
|
},
|
||||||
|
_initEvent: function() {
|
||||||
|
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
});
|
||||||
|
})(window.vc);
|
||||||
Loading…
Reference in New Issue
Block a user