|
|
@@ -62,13 +62,18 @@ export default {
|
|
|
methods: {
|
|
|
clickLancer({ id },{ name }) {
|
|
|
this.cnzz("开发者资质认证",name,"")
|
|
|
- if(id!=23)
|
|
|
+ if(id==23)
|
|
|
{
|
|
|
- this.$router.push(`/cert/type/${id}`);
|
|
|
+ this.$router.push(`/frontend/skill_cert/profile`);
|
|
|
+ }
|
|
|
+ else if(id==19)
|
|
|
+ {
|
|
|
+ this.$router.push(`/otherpage/companyComplete/add`);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- this.$router.push(`/frontend/skill_cert/profile`);
|
|
|
+ this.$router.push(`/cert/type/${id}`);
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
btnDisabled(item) {
|