Unverified Commit de243698 authored by liuzheng712's avatar liuzheng712

Merge branch 'dev'

parents eb5d3d10 18b812ea
import { Component, OnInit } from '@angular/core';
import {Component, OnInit} from '@angular/core';
import {DataStore} from '../globals';
@Component({
selector: 'app-blank-page',
......@@ -7,7 +8,9 @@ import { Component, OnInit } from '@angular/core';
})
export class BlankPageComponent implements OnInit {
constructor() { }
constructor() {
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