|
|
|
@ -3,10 +3,9 @@ import { HttpClient } from '@angular/common/http'
|
|
|
|
|
import { Router, ActivatedRoute } from '@angular/router' |
|
|
|
|
import { CacheTokenService } from '../../service/cache-token.service'//引入服务
|
|
|
|
|
import { CookieService } from 'ngx-cookie-service';//cookie插件
|
|
|
|
|
|
|
|
|
|
import { FormBuilder, FormGroup, Validators } from '@angular/forms'; |
|
|
|
|
import { NzMessageService } from 'ng-zorro-antd/message'; |
|
|
|
|
import { SpeakingTool } from 'src/app/babylon/tool/speaking-tool'; |
|
|
|
|
|
|
|
|
|
@Component({ |
|
|
|
|
selector: 'app-login', |
|
|
|
|
templateUrl: './login.component.html', |
|
|
|
@ -28,10 +27,6 @@ export class LoginComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
errmsg: string = ''; //错误信息
|
|
|
|
|
|
|
|
|
|
yuyinmsg: string; |
|
|
|
|
ceshiYuyin() { |
|
|
|
|
SpeakingTool.Instance.speak(this.yuyinmsg) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//跳转注册页面
|
|
|
|
|