feat: 本次提交更新内容如下

场景计划重新迁移
This commit is contained in:
笔记本里的永平
2025-07-19 16:40:41 +08:00
parent b1938a76c0
commit 48cb0d9fca
13 changed files with 683 additions and 108 deletions

View File

@@ -19,7 +19,7 @@ const tabs = [
key: "scene",
title: "场景获客",
icon: <ShopbagOutline />,
path: "/scene",
path: "/scenarios",
},
{
key: "work",
@@ -36,7 +36,7 @@ const tabs = [
];
// 需要展示菜单的路由白名单(可根据实际业务调整)
const menuPaths = ["/", "/scene", "/workspace", "/mine"];
const menuPaths = ["/", "/scenarios", "/workspace", "/mine"];
const MeauMobile: React.FC = () => {
const location = useLocation();