1 parent e9a7cac commit 7c395a6Copy full SHA for 7c395a6
1 file changed
frontend/src/routers/modules/ai.ts
@@ -69,7 +69,7 @@ const databaseRouter = {
69
meta: {
70
icon: 'p-gpu-menu',
71
title: 'aiTools.gpu.gpu',
72
- activeMenu: '/ai/gpu',
+ activeMenu: '/ai/gpu/current',
73
requiresAuth: true,
74
},
75
@@ -79,7 +79,7 @@ const databaseRouter = {
79
component: () => import('@/views/ai/gpu/history/index.vue'),
80
81
title: 'aiTools.gpu.history',
82
83
84
85
0 commit comments