fix: 修复内置的首页未设置name导致设置页面缓存后缓存无效的问题

This commit is contained in:
xiaoxian521 2025-08-18 15:26:43 +08:00
parent 069131a9c8
commit acf15af930

View File

@ -6,6 +6,7 @@ export const routerArrays: Array<RouteConfigs> =
? [ ? [
{ {
path: "/welcome", path: "/welcome",
name: "Welcome",
meta: { meta: {
title: "menus.pureHome", title: "menus.pureHome",
icon: "ep/home-filled" icon: "ep/home-filled"