From 6c8becb2013e20cce8731180adbdbb3aeb51705e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Mon, 8 Sep 2025 17:25:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(workspace):=20=E5=B0=86=E6=9C=8B?= =?UTF-8?q?=E5=8F=8B=E5=9C=88=E5=90=8C=E6=AD=A5=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E7=A7=BB=E5=8A=A8=E5=88=B0=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构朋友圈同步任务详情页的文件位置,从独立目录移动到列表目录下,保持相关功能文件的组织一致性 --- .../mobile/workspace/moments-sync/{ => list}/Detail.tsx | 0 Cunkebao/src/router/module/workspace.tsx | 7 +------ 2 files changed, 1 insertion(+), 6 deletions(-) rename Cunkebao/src/pages/mobile/workspace/moments-sync/{ => list}/Detail.tsx (100%) diff --git a/Cunkebao/src/pages/mobile/workspace/moments-sync/Detail.tsx b/Cunkebao/src/pages/mobile/workspace/moments-sync/list/Detail.tsx similarity index 100% rename from Cunkebao/src/pages/mobile/workspace/moments-sync/Detail.tsx rename to Cunkebao/src/pages/mobile/workspace/moments-sync/list/Detail.tsx diff --git a/Cunkebao/src/router/module/workspace.tsx b/Cunkebao/src/router/module/workspace.tsx index c4b365e6..79878bf3 100644 --- a/Cunkebao/src/router/module/workspace.tsx +++ b/Cunkebao/src/router/module/workspace.tsx @@ -10,7 +10,6 @@ import FormGroupPush from "@/pages/mobile/workspace/group-push/form"; import DetailGroupPush from "@/pages/mobile/workspace/group-push/detail"; import MomentsSync from "@/pages/mobile/workspace/moments-sync/list"; import NewMomentsSync from "@/pages/mobile/workspace/moments-sync/new/index"; -import MomentsSyncDetail from "@/pages/mobile/workspace/moments-sync/Detail"; import MomentsSyncRecord from "@/pages/mobile/workspace/moments-sync/record"; import AIAssistant from "@/pages/mobile/workspace/ai-assistant/AIAssistant"; import TrafficDistribution from "@/pages/mobile/workspace/traffic-distribution/list/index"; @@ -99,11 +98,7 @@ const workspaceRoutes = [ element: , auth: true, }, - { - path: "/workspace/moments-sync/:id", - element: , - auth: true, - }, + { path: "/workspace/moments-sync/record/:id", element: ,