Commit 38579112 authored by ibuler's avatar ibuler

[Bugfix] 修复luna隐藏nav的bug

parent d3ceac9b
......@@ -13,9 +13,6 @@ export class SftpComponent implements OnInit {
@ViewChild('sftp') el: ElementRef;
constructor(private sanitizer: DomSanitizer) {
if (!this.host) {
DataStore.NavShow = false;
}
}
ngOnInit() {
......
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