From c27ad55e95dfd39f0c7610abd216265b1bed8a8e Mon Sep 17 00:00:00 2001 From: yuliang_guo Date: Wed, 28 Jan 2026 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=8F=8C=E4=BA=BA?= =?UTF-8?q?=E5=AF=B9=E7=BB=83=E8=8F=9C=E5=8D=95=E5=88=B0=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 57b55df..5848123 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -257,6 +257,11 @@ const menuConfig = [ path: '/trainee/practice-records', title: '陪练记录', icon: 'DocumentCopy' + }, + { + path: '/trainee/duo-practice', + title: '双人对练', + icon: 'Connection' } ] },