From 19db8b7f0f06803ecd249cba7453c6c859ea0b40 Mon Sep 17 00:00:00 2001 From: suvvm <915269675@qq.com> Date: Sat, 30 Nov 2019 22:05:58 +0800 Subject: [PATCH] =?UTF-8?q?user=20=E9=A1=B5=E6=9B=B4=E6=96=B0=E9=83=A8?= =?UTF-8?q?=E5=88=86=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/user.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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', + }); } } }