This commit is contained in:
超级老白兔
2025-09-24 16:12:25 +08:00
parent fb0cce836d
commit 58dfbe3084

View File

@@ -90,7 +90,7 @@ const NavCommon: React.FC<NavCommonProps> = ({ title = "触客宝" }) => {
<> <>
<Header className={styles.header}> <Header className={styles.header}>
<div className={styles.headerLeft}> <div className={styles.headerLeft}>
{isWeChat() ? ( {!isWeChat() ? (
<Button <Button
type="text" type="text"
size="large" size="large"