产品页面跳转与性能优化
This commit is contained in:
@@ -20,7 +20,7 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="zh-Cn">
|
||||
<body className={`${font.className} bg-blue-50`}>
|
||||
<body className={`${font.className}`}>
|
||||
{children}
|
||||
<Toaster position={'top-center'}/>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user