|
|
@ -10,6 +10,7 @@ import toolmarker from "../page/homepage/tool/toolmarker.vue" |
|
|
|
import tooldetails from "../page/homepage/tool/tooldetails.vue" |
|
|
|
import tooldetails from "../page/homepage/tool/tooldetails.vue" |
|
|
|
import crowd from "../page/homepage/crowdsourcing/crowd.vue" |
|
|
|
import crowd from "../page/homepage/crowdsourcing/crowd.vue" |
|
|
|
import crowddetails from "../page/homepage/crowdsourcing/crowddetails.vue" |
|
|
|
import crowddetails from "../page/homepage/crowdsourcing/crowddetails.vue" |
|
|
|
|
|
|
|
import userhome from "../page/homepage/crowdsourcing/userhome.vue" |
|
|
|
import publishtasks from "../page/homepage/crowdsourcing/publishtasks.vue" |
|
|
|
import publishtasks from "../page/homepage/crowdsourcing/publishtasks.vue" |
|
|
|
import train from "../page/homepage/traininstitute/train.vue" |
|
|
|
import train from "../page/homepage/traininstitute/train.vue" |
|
|
|
import ability from "../page/homepage/personability/ability.vue" |
|
|
|
import ability from "../page/homepage/personability/ability.vue" |
|
|
@ -58,6 +59,7 @@ const router = new Router({ |
|
|
|
{ path: 'market/tooldetails', component: tooldetails }, |
|
|
|
{ path: 'market/tooldetails', component: tooldetails }, |
|
|
|
{ path: 'crowdsourcing', component: crowd, name: 'crowd', }, |
|
|
|
{ path: 'crowdsourcing', component: crowd, name: 'crowd', }, |
|
|
|
{ path: 'crowdsourcing/crowddetails', component: crowddetails, }, |
|
|
|
{ path: 'crowdsourcing/crowddetails', component: crowddetails, }, |
|
|
|
|
|
|
|
{ path: 'crowdsourcing/userhome', component: userhome, }, |
|
|
|
{ path: 'crowdsourcing/publishtasks', component: publishtasks, }, |
|
|
|
{ path: 'crowdsourcing/publishtasks', component: publishtasks, }, |
|
|
|
{ path: 'college', component: train }, |
|
|
|
{ path: 'college', component: train }, |
|
|
|
{ path: 'ability', component: ability }, |
|
|
|
{ path: 'ability', component: ability }, |
|
|
|