From d1402e05428cc498a11435d31104c34313ab3971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BE=B7=E8=BE=89?= Date: Tue, 1 Jul 2025 16:07:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 4 ++-- src/pages/TryOnTasksPage/index.tsx | 4 ++-- src/pages/TryOnVideoTaskPage/index.tsx | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d66a1c2..da78056 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,8 +11,8 @@ import ChangeBgPage from './pages/ChangeBgPage'; const menu = [ { path: '/', label: '首页', icon: }, { path: '/change-bg', label: '图片换背景', icon: }, - { path: '/tasks', label: '任务列表', icon: }, - { path: '/video-tasks', label: '视频任务进度', icon: