|
|
@ -49,7 +49,7 @@ import myBm from '../page/personalpage/myBm/index.vue' |
|
|
|
// import mytooldetails from "../page/personalpage/testtool/mytooldetails.vue"
|
|
|
|
// import mytooldetails from "../page/personalpage/testtool/mytooldetails.vue"
|
|
|
|
// import myshopcart from "../page/personalpage/testtool/myshopcart.vue"
|
|
|
|
// import myshopcart from "../page/personalpage/testtool/myshopcart.vue"
|
|
|
|
// import crowdmarket from "../page/personalpage/testcrowd/crowdmarket.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 crowdinform from "../page/personalpage/testcrowd/crowdinform.vue"
|
|
|
|
// import mycrowd from "../page/personalpage/testcrowd/mycrowd.vue"
|
|
|
|
// import mycrowd from "../page/personalpage/testcrowd/mycrowd.vue"
|
|
|
|
// import pendingtask from "../page/personalpage/testcrowd/pendingtask.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: 'mytasks', component: mytask, meta: { title: '我的任务', isAuth: true, type: 3 } }, |
|
|
|
{ path: 'mytools', component: mytool, 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:'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:'crowdinform',component:crowdinform,meta: { title: '测试众包详情', isAuth: true,type:4}},
|
|
|
|
// {path:'mycrowd',component:mycrowd,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 } }, |
|
|
|
{ path: 'myparticipate', component: myparticipate, meta: { title: '我参与的', isAuth: true, type: 4 } }, |
|
|
|