|
|
@@ -112,15 +112,16 @@ export default {
|
|
|
window.location.href = 'https://test.raex.vip/9th/home';
|
|
|
},
|
|
|
goAuth() {
|
|
|
- if (this.authStatus === '认证中' || this.authStatus === '认证失败') {
|
|
|
- this.$router.push('/waiting');
|
|
|
- } else if (this.authStatus === '未认证') {
|
|
|
- if (this.faceAuth) {
|
|
|
- this.$router.push('/faceAuth');
|
|
|
- } else {
|
|
|
- this.$router.push('/verified');
|
|
|
- }
|
|
|
- }
|
|
|
+ this.$router.push('/faceAuth');
|
|
|
+ // if (this.authStatus === '认证中' || this.authStatus === '认证失败') {
|
|
|
+ // this.$router.push('/waiting');
|
|
|
+ // } else if (this.authStatus === '未认证') {
|
|
|
+ // if (this.faceAuth) {
|
|
|
+ // this.$router.push('/faceAuth');
|
|
|
+ // } else {
|
|
|
+ // this.$router.push('/verified');
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
};
|