diff --git a/pages/user/user.vue b/pages/user/user.vue index 1607651..3a1caa5 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -27,7 +27,7 @@ - + @@ -35,11 +35,11 @@ - + - + @@ -93,6 +93,21 @@ this.$router.push({ path: '/pages/Company/userCompany', }); + }, + toMdfUserInf() { + this.$router.push({ + path: '/pages/user/mdfUser', + }); + }, + toCmpInv() { + this.$router.push({ + path: '/pages/investigates/allCmpInv', + }); + }, + toAboutUs() { + this.$router.push({ + path: '/pages/AboutUs/AboutUs', + }); } } }