This commit is contained in:
Taric Xin
2022-03-28 17:24:12 +08:00
parent f8cb159203
commit 3a822d7d33
6 changed files with 103 additions and 15 deletions

View File

@ -4,7 +4,7 @@ import { DA_SERVICE_TOKEN, ITokenService } from '@delon/auth';
@Component({
selector: 'layout-passport',
templateUrl: './passport.component.html',
styleUrls: ['./passport.component.less']
styleUrls: ['./passport.component.less', './d.scss']
})
export class LayoutPassportComponent implements OnInit {
constructor() {}