|
|
@@ -17,7 +17,7 @@ export default ({ app, context,req, store }) => {
|
|
|
|
|
|
console.log("app.router.options.routes", app.router.options.routes)
|
|
|
if (isKaifain) {
|
|
|
- window.__NUXT__.routePath = +'/kaifain' + app.context.route.path
|
|
|
+ window.__NUXT__.routePath = '/kaifain' + app.context.route.path
|
|
|
let kaifainIndex = app.router.options.routes.filter(v => v.name === 'kaifain')[ 0 ]
|
|
|
let kaifainDetail = app.router.options.routes.filter(v => v.name === 'kaifain-detail-tid')[ 0 ]
|
|
|
let kaifainCaseDetail = app.router.options.routes.filter(v => v.name === 'kaifain-case-tid')[ 0 ]
|