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' } ] },