mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
parent
8b7dcf4dba
commit
ca6afd40ad
@ -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 New Issue
Block a user