Skip to content

Commit acf15af

Browse files
committed
fix: 修复内置的首页未设置name导致设置页面缓存后缓存无效的问题
1 parent 069131a commit acf15af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layout/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const routerArrays: Array<RouteConfigs> =
66
? [
77
{
88
path: "/welcome",
9+
name: "Welcome",
910
meta: {
1011
title: "menus.pureHome",
1112
icon: "ep/home-filled"

0 commit comments

Comments
 (0)