Commit 5c6024ea authored by wangqinghua's avatar wangqinghua

项目名称配置

parent fa987cfd
...@@ -22,6 +22,7 @@ import {Subscription} from 'rxjs'; ...@@ -22,6 +22,7 @@ import {Subscription} from 'rxjs';
display: -ms-flexbox; display: -ms-flexbox;
-ms-flex-direction: column; -ms-flex-direction: column;
-ms-flex: auto; -ms-flex: auto;
width: 80%;
} }
`] `]
}) })
......
<div class="logo"> <div class="logo">
<!-- <div class="text-center margin-bottom-10">--> <div class="text-center">
<!-- <img style="height: 35px;" src="../../../content/images/logo_gaocun.png" alt="高淳监狱智能运维管理系统">--> <img class="margin-bottom-10" style="height: 35px;" src="../../../content/images/logo_gaocun.png" alt="高淳监狱智能运维管理系统">
<!-- </div>--> </div>
{{systemName}} {{systemName}}
</div> </div>
<ul nz-menu [nzMode]="'inline'"> <ul nz-menu [nzMode]="'inline'">
......
...@@ -258,7 +258,6 @@ export class SwitchComponent implements OnInit { ...@@ -258,7 +258,6 @@ export class SwitchComponent implements OnInit {
}, },
data: data.map(e => { data: data.map(e => {
return e.val; return e.val;
return e.val;
}) })
},] },]
}; };
......
{ {
"main": { "main": {
"name": "雁南监狱智能运维管理系统" "name": "高淳监狱智能运维管理系统"
}, },
"gaochun": { "gaochun": {
"name": "高淳监狱智能运维管理系统" "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