|
|
@@ -25,9 +25,9 @@ export default ({ app, store }) => {
|
|
|
path: '/d/:tid',
|
|
|
component: kaifainCaseDetail.component
|
|
|
}
|
|
|
- app.router.options.routes.unshift(kaifainIndexNow).catch(()=>{})
|
|
|
- app.router.options.routes.unshift(kaifainDetailNow).catch(()=>{})
|
|
|
- app.router.options.routes.unshift(kaifainCaseDetailNow).catch(()=>{})
|
|
|
+ app.router.options.routes.unshift(kaifainIndexNow)
|
|
|
+ app.router.options.routes.unshift(kaifainDetailNow)
|
|
|
+ app.router.options.routes.unshift(kaifainCaseDetailNow)
|
|
|
app.router.matcher.addRoutes([kaifainIndexNow, kaifainDetailNow, kaifainCaseDetailNow]).catch(()=>{})
|
|
|
}
|
|
|
|