Skip to content

Commit 7c395a6

Browse files
ssongliumaninhill
authored andcommitted
fix: resolve GPU menu selected state style issue
1 parent e9a7cac commit 7c395a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/src/routers/modules

frontend/src/routers/modules/ai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const databaseRouter = {
6969
meta: {
7070
icon: 'p-gpu-menu',
7171
title: 'aiTools.gpu.gpu',
72-
activeMenu: '/ai/gpu',
72+
activeMenu: '/ai/gpu/current',
7373
requiresAuth: true,
7474
},
7575
},
@@ -79,7 +79,7 @@ const databaseRouter = {
7979
component: () => import('@/views/ai/gpu/history/index.vue'),
8080
meta: {
8181
title: 'aiTools.gpu.history',
82-
activeMenu: '/ai/gpu',
82+
activeMenu: '/ai/gpu/current',
8383
requiresAuth: true,
8484
},
8585
},

0 commit comments

Comments
 (0)