feat: update

parent a7d80df7
import { Component, OnInit } from '@angular/core'; import {Component, OnInit} from '@angular/core';
import {DataStore} from '../globals';
@Component({ @Component({
selector: 'app-blank-page', selector: 'app-blank-page',
...@@ -7,7 +8,9 @@ import { Component, OnInit } from '@angular/core'; ...@@ -7,7 +8,9 @@ import { Component, OnInit } from '@angular/core';
}) })
export class BlankPageComponent implements OnInit { export class BlankPageComponent implements OnInit {
constructor() { } constructor() {
DataStore.NavShow = false;
}
ngOnInit() { 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