forked from FoundKeyGang/FoundKey
parent
29ef7c85d0
commit
95a8a937e2
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ export const routes = [{
|
||||||
component: $i ? page(() => import('./pages/timeline.vue')) : page(() => import('./pages/welcome.vue')),
|
component: $i ? page(() => import('./pages/timeline.vue')) : page(() => import('./pages/welcome.vue')),
|
||||||
globalCacheKey: 'index',
|
globalCacheKey: 'index',
|
||||||
}, {
|
}, {
|
||||||
path: '/(*)',
|
path: '/:(*)',
|
||||||
component: page(() => import('./pages/not-found.vue')),
|
component: page(() => import('./pages/not-found.vue')),
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue