添加优惠券发放的功能 & 切换后台线上和线下首页区别
This commit is contained in:
@@ -24,7 +24,7 @@ import {
|
||||
} from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import { usePathname } from "next/navigation"
|
||||
import { createContext, type ReactNode, useContext, useState } from "react"
|
||||
import { createContext, type ReactNode, Suspense, useContext, useState } from "react"
|
||||
import { twJoin } from "tailwind-merge"
|
||||
import { Auth } from "@/components/auth"
|
||||
import { Button } from "@/components/ui/button"
|
||||
@@ -307,7 +307,7 @@ export default function Navigation() {
|
||||
)}
|
||||
>
|
||||
{/*Logo 区域 */}
|
||||
<Logo collapsed={collapsed} />
|
||||
<Suspense><Logo collapsed={collapsed} /></Suspense>
|
||||
|
||||
{/* Navigation Menu */}
|
||||
<ScrollArea className="flex-1 py-3 overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user