This commit is contained in:
小海
2020-04-23 21:59:32 +08:00
parent caad40170a
commit 2bcca393e1
44 changed files with 485 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-admin-link',
templateUrl: './admin-link.component.html',
styleUrls: ['./admin-link.component.less']
})
export class AdminLinkComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}