沈斌
2018-02-28 09cc47426b74c6fd49fc07f615a1d4ae329e6f0e
src/app/layout/passport/passport.component.html
@@ -3,15 +3,15 @@
        <div class="head">
            <a [routerLink]="['/']">
                <img class="logo" src="./assets/img/logo-color.svg">
                <span class="title">ng-alain</span>
                <span class="title">七星瓢虫环境监测管理系统</span>
            </a>
        </div>
        <p class="desc"></p>
    </div>
    <router-outlet></router-outlet>
    <global-footer [links]="links">
    <global-footer>
        <ng-template #copyright>
            Copyright <nz-icon nzType="copyright"></nz-icon> 2017 <a href="//github.com/cipchk" target="_blank">卡色</a>出品
            Copyright <nz-icon nzType="copyright"></nz-icon> 2018 <a href="http://www.7drlb.com/" target="_blank">七星瓢虫环境科技</a>
        </ng-template>
    </global-footer>
</div>