diff --git a/src/views/game/jl/index.vue b/src/views/game/jl/index.vue index 6638189..3d9de9b 100644 --- a/src/views/game/jl/index.vue +++ b/src/views/game/jl/index.vue @@ -97,10 +97,10 @@ const songs = ref([ label: '未使用', value: 1, }, - { - label: '已使用', - value: 2, - }, + // { + // label: '已使用', + // value: 2, + // }, { label: '赢', value: 3, diff --git a/src/views/game/route.js b/src/views/game/route.js index 4d60781..8027784 100644 --- a/src/views/game/route.js +++ b/src/views/game/route.js @@ -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', }, }, ], diff --git a/src/views/user/index1/index.vue b/src/views/user/index1/index.vue index 549319e..324c8f5 100644 --- a/src/views/user/index1/index.vue +++ b/src/views/user/index1/index.vue @@ -20,7 +20,7 @@ - +
关键字搜索:
@@ -180,24 +180,24 @@ const queryData = ref({ word: '', }) -const songs = ref([ - { - value: 1, - label: '未使用', - }, - { - value: 3, - label: '用户赢', - }, - { - value: 4, - label: '用户输', - }, - { - value: 5, - label: '已过期', - }, -]) +// const songs = ref([ +// { +// value: 1, +// label: '未使用', +// }, +// { +// value: 3, +// label: '用户赢', +// }, +// { +// value: 4, +// label: '用户输', +// }, +// { +// value: 5, +// label: '已过期', +// }, +// ]) const selectOptions = ref([ {