Authored by wangtao

自监控图标;资产视图

... ... @@ -126,3 +126,14 @@
content: '';
}
.self-monitor{
background: url('../img/menu/self-monitor.png') !important;
width: 15px;
height: 15px;
margin-top: -7px !important;
}
.self-monitor:before {
content: '';
}
... ...
... ... @@ -84,7 +84,7 @@ export default {
// 获取左侧树结构
let loadTree = () => {
proxy.$http.get("/api-web/v32/res/list/tree", {}, function (res) {
if (res && res.data) {
if (res && res.data && res.data.length > 0) {
treeData.value = res.data
let first = res.data[0];
... ...