Commit 803d9eb8 authored by agping's avatar agping

公告详情

parent b7800c65
......@@ -35,6 +35,14 @@
'token': _token,
'bargain_id':'169',
}
},
{
'path': '/announcementDetails',
'nameCustom': '公告详情',
'query': {
'token': _token,
'bargain_id':'169',
}
}
]
}
......
......@@ -4,6 +4,7 @@ import entrance from '@/components/publicEg/entrance'
import achieveFork from '@/components/achieveMain/achieveFork'
import feeds from '@/components/feed/feeds'
import reportDetails from '@/components/reportDetails/reportDetails'
import announcementDetails from '@/components/announcementDetails/announcementDetails'
Vue.use(Router)
......@@ -32,6 +33,11 @@ export default new Router({
path: '/reportDetails',
name: 'v-report-details',
component: reportDetails
},
{
path: '/announcementDetails',
name: 'v-announcement-details',
component: announcementDetails
}
]
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment