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