fix(custom):
This commit is contained in:
BIN
build/.DS_Store
vendored
Normal file
BIN
build/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/.DS_Store
vendored
Normal file
BIN
src/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -7,7 +7,7 @@ export default {
|
|||||||
redirect: '/game_jl',
|
redirect: '/game_jl',
|
||||||
meta: {
|
meta: {
|
||||||
title: '游戏统计',
|
title: '游戏统计',
|
||||||
icon: 'mdi:home',
|
icon: 'mdi:index',
|
||||||
order: 100,
|
order: 100,
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
@@ -17,7 +17,7 @@ export default {
|
|||||||
component: () => import('./jl/index.vue'),
|
component: () => import('./jl/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: '豆子记录',
|
title: '豆子记录',
|
||||||
icon: 'mdi:home',
|
icon: 'mdi:index',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export default {
|
|||||||
component: () => import('./index.vue'),
|
component: () => import('./index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: '工作台',
|
title: '工作台',
|
||||||
icon: 'mdi:home',
|
icon: 'mdi:index',
|
||||||
order: 0,
|
order: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user