Add default redirect for demo
This commit is contained in:
parent
b5abc3c3a5
commit
b1363d58bf
|
|
@ -15,7 +15,7 @@ import submissions from '@/pages/submissions'
|
||||||
import p404 from '@/pages/p404'
|
import p404 from '@/pages/p404'
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{path: '/', name: 'module', component: module, meta: {filter: true}},
|
{path: '/', redirect: '/module'},
|
||||||
{
|
{
|
||||||
path: '/module',
|
path: '/module',
|
||||||
name: 'moduleBase',
|
name: 'moduleBase',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue