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