|
|
|
@ -75,6 +75,16 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<el-col align="center">
|
|
|
|
|
<div class="mt10" style="text-align: right;width: 305px;">
|
|
|
|
|
<!-- <el-button class="ml5" type="text" @click="registerQueryOpenFunc">注册进度查询</el-button>-->
|
|
|
|
|
<el-button class="ml5" type="text" @click="register">立即注册</el-button>
|
|
|
|
|
<!-- <a class="ml5" style=" font-size: 12px;" :href="'#/register'"-->
|
|
|
|
|
<!-- >立即注册</a>-->
|
|
|
|
|
<!-- <a class="ml5" style="font-size: 12px;" :href="'#/forgetPasswd'"-->
|
|
|
|
|
<!-- >忘记密码?</a>-->
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-card>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
@ -237,6 +247,15 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
register(){
|
|
|
|
|
// 打开新标签
|
|
|
|
|
let routeData = this.$router.resolve(({
|
|
|
|
|
path: '/register', // path 要跳转的路由地址
|
|
|
|
|
// query 要传递的参数
|
|
|
|
|
|
|
|
|
|
}))
|
|
|
|
|
window.open(routeData.href, '_blank')
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
Verify,
|
|
|
|
|