修改路由
This commit is contained in:
parent
53830fc05f
commit
08d1ce4a17
|
@ -12,6 +12,7 @@ const routes = [
|
||||||
component: LayoutView,
|
component: LayoutView,
|
||||||
//重定向到home
|
//重定向到home
|
||||||
redirect: "/home",
|
redirect: "/home",
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'home',
|
path: 'home',
|
||||||
|
|
Loading…
Reference in New Issue