用户中心

This commit is contained in:
wangshiming
2021-11-29 20:03:45 +08:00
parent 8530a23707
commit c5eaff493d
24 changed files with 2511 additions and 262 deletions

View File

@ -14,6 +14,7 @@ import { AccountService } from '../../services/account.service';
})
export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit {
// @ViewChild('dun', { static: false })
url = `/rule?_allow_anonymous=true`;
// private dun!: CaptchaComponent;
@ViewChild('sf', { static: false }) sf!: SFComponent;
record: any = {};