From 10044f1688cf56efc84d30f5337272444f451b8d Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Mon, 27 May 2024 09:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AF=A6=E6=83=85=E6=94=BE?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/router.js b/src/router/router.js index 62147e6..48d853c 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -49,7 +49,7 @@ import myBm from '../page/personalpage/myBm/index.vue' // import mytooldetails from "../page/personalpage/testtool/mytooldetails.vue" // import myshopcart from "../page/personalpage/testtool/myshopcart.vue" // import crowdmarket from "../page/personalpage/testcrowd/crowdmarket.vue" -// import currentcrowd from "../page/personalpage/testcrowd/currentcrowd.vue" +import currentcrowd from "../page/personalpage/testcrowd/currentcrowd.vue" // import crowdinform from "../page/personalpage/testcrowd/crowdinform.vue" // import mycrowd from "../page/personalpage/testcrowd/mycrowd.vue" // import pendingtask from "../page/personalpage/testcrowd/pendingtask.vue" @@ -125,7 +125,7 @@ const router = new Router({ { path: 'mytasks', component: mytask, meta: { title: '我的任务', isAuth: true, type: 3 } }, { path: 'mytools', component: mytool, meta: { title: '我的工具', isAuth: true, type: 3 } }, // {path:'crowdmarket',component:crowdmarket,meta: { title: '众包市场', isAuth: true,type:4}}, - // {path:'currentcrowd',component:currentcrowd,meta: { title: '任务详情', isAuth: true,type:4}}, + {path:'currentcrowd',component:currentcrowd,meta: { title: '任务详情', isAuth: true,type:4}}, // {path:'crowdinform',component:crowdinform,meta: { title: '测试众包详情', isAuth: true,type:4}}, // {path:'mycrowd',component:mycrowd,meta: { title: '我的众包', isAuth: true,type:4}}, { path: 'myparticipate', component: myparticipate, meta: { title: '我参与的', isAuth: true, type: 4 } },