master
LiuJiaNan 2025-06-09 10:47:23 +08:00
parent 290ebaa687
commit 5a8a9306d9
1 changed files with 3 additions and 3 deletions

View File

@ -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,