| | |
| | | import { Authorization } from '@business/entity/token'; |
| | | import { LoginService } from './../../../business/services/http/login.service'; |
| | | import { LoginService } from '@business/services/http/login.service'; |
| | | import { SettingsService } from '@delon/theme'; |
| | | import { Component, OnDestroy, Inject } from '@angular/core'; |
| | | import { Router } from '@angular/router'; |
| | |
| | | captcha: [null, [Validators.required]], |
| | | remember: [true] |
| | | }); |
| | | let nowTime = new Date(); |
| | | nowTime.setDate(nowTime.getDate()+1); |
| | | // let nowTime = new Date(); |
| | | // nowTime.setDate(nowTime.getDate()+1); |
| | | } |
| | | |
| | | // region: fields |