This commit is contained in:
@@ -97,10 +97,10 @@ const songs = ref([
|
||||
label: '未使用',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: '已使用',
|
||||
value: 2,
|
||||
},
|
||||
// {
|
||||
// label: '已使用',
|
||||
// value: 2,
|
||||
// },
|
||||
{
|
||||
label: '赢',
|
||||
value: 3,
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
redirect: '/game_jl',
|
||||
meta: {
|
||||
title: '游戏统计',
|
||||
icon: 'mdi:index',
|
||||
icon: 'mdi:access-point',
|
||||
order: 100,
|
||||
},
|
||||
children: [
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
component: () => import('./jl/index.vue'),
|
||||
meta: {
|
||||
title: '豆子记录',
|
||||
icon: 'mdi:index',
|
||||
icon: 'mdi:access-point-check',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user