fix(custom):

This commit is contained in:
2024-05-17 18:15:35 +08:00
parent db9d37d370
commit 981fff22de
5 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
build/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -7,7 +7,7 @@ export default {
redirect: '/game_jl',
meta: {
title: '游戏统计',
icon: 'mdi:home',
icon: 'mdi:index',
order: 100,
},
children: [
@@ -17,7 +17,7 @@ export default {
component: () => import('./jl/index.vue'),
meta: {
title: '豆子记录',
icon: 'mdi:home',
icon: 'mdi:index',
},
},
],

View File

@@ -12,7 +12,7 @@ export default {
component: () => import('./index.vue'),
meta: {
title: '工作台',
icon: 'mdi:home',
icon: 'mdi:index',
order: 0,
},
},