init
parent
290ebaa687
commit
5a8a9306d9
|
@ -5,13 +5,13 @@ const routes = [
|
|||
{
|
||||
path: "/",
|
||||
name: "app",
|
||||
redirect: "/index",
|
||||
redirect: "/map",
|
||||
meta: { title: "首页", isLogin: true },
|
||||
component: children,
|
||||
children: [
|
||||
{
|
||||
path: "/index/:type?",
|
||||
name: "/index",
|
||||
path: "/map/:type?",
|
||||
name: "/map",
|
||||
meta: {
|
||||
title: "首页",
|
||||
breadcrumb: false,
|
||||
|
|
Loading…
Reference in New Issue