Commit 5c6024ea authored by wangqinghua's avatar wangqinghua

项目名称配置

parent fa987cfd
......@@ -22,6 +22,7 @@ import {Subscription} from 'rxjs';
display: -ms-flexbox;
-ms-flex-direction: column;
-ms-flex: auto;
width: 80%;
}
`]
})
......
<div class="logo">
<!-- <div class="text-center margin-bottom-10">-->
<!-- <img style="height: 35px;" src="../../../content/images/logo_gaocun.png" alt="高淳监狱智能运维管理系统">-->
<!-- </div>-->
<div class="text-center">
<img class="margin-bottom-10" style="height: 35px;" src="../../../content/images/logo_gaocun.png" alt="高淳监狱智能运维管理系统">
</div>
{{systemName}}
</div>
<ul nz-menu [nzMode]="'inline'">
......
......@@ -258,7 +258,6 @@ export class SwitchComponent implements OnInit {
},
data: data.map(e => {
return e.val;
return e.val;
})
},]
};
......
{
"main": {
"name": "雁南监狱智能运维管理系统"
"name": "高淳监狱智能运维管理系统"
},
"gaochun": {
"name": "高淳监狱智能运维管理系统"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment