开始开发结构化

This commit is contained in:
java110 2022-03-04 13:34:03 +08:00
parent e1d10d1030
commit bed2b868ee
4 changed files with 42 additions and 5 deletions

7
app.js
View File

@ -36,9 +36,10 @@ let opts = {
// app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
app.use('/callComponent', 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: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));

View File

@ -9,8 +9,8 @@
<span class="fa fa-close " @click.stop="_closeViewMenuUser()" style="font-size: 18px;cursor: pointer;"></span>
</div>
</div>
<div class="row" style="margin-top: 40px;cursor: pointer;">
<div class="col-md-2 text-center" @click="_jumpToUserPage(item)" v-for="(item,index) in viewMenuUserInfo.menus">
<div class="row" style="cursor: pointer;">
<div class="col-md-2 text-center" style="margin-top: 40px;" @click="_jumpToUserPage(item)" v-for="(item,index) in viewMenuUserInfo.menus">
<div>
<i :class="item.icon" style="font-size: 48px;"></i>
</div>

View 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>

View 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);