feat(image): add page
This commit is contained in:
@@ -144,6 +144,7 @@ export default function AppLayout({
|
||||
process.env.NEXT_PUBLIC_OUTPUT_TYPE === "standalone" &&
|
||||
(await deleteCookie())
|
||||
router.push("/login")
|
||||
window.location.reload()
|
||||
}
|
||||
const matches = useMediaQuery("(min-width: 48em)")
|
||||
|
||||
|
||||
@@ -15,15 +15,10 @@ const currentComponentList: MenuItem[] = [
|
||||
icon: "SystemIcon",
|
||||
items: [
|
||||
{
|
||||
title: "个人项目",
|
||||
title: "我的项目",
|
||||
url: "own",
|
||||
icon: "PersonalMenuIcon",
|
||||
},
|
||||
{
|
||||
title: "项目设置",
|
||||
url: "setting",
|
||||
icon: "PersonalMenuIcon",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user