feat:任务开始界面-任务开始/暂停/结束功能

This commit is contained in:
2025-07-08 09:12:38 +08:00
parent bf2c474058
commit 07bf872149
5 changed files with 229 additions and 10 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ const router = createRouter({
component: Review
},
{
path:'/start-task',
path:'/start-task/:taskNum',
name:'start-task',
component: StartTask
},
{