refactor(personalready): ♻️ 已中奖的界面代码重构 #96

This commit is contained in:
log1997
2025-12-15 17:06:01 +08:00
parent 2b07a2590b
commit 665cce7273
7 changed files with 141 additions and 155 deletions

View File

@@ -15,7 +15,7 @@ export const configRoutes = {
{
path: '/log-lottery/config/person',
name: 'PersonConfig',
component: () => import('@/views/Config/Person/PersonConfig.vue'),
component: () => import('@/views/Config/Person/index.vue'),
meta: {
title: i18n.global.t('sidebar.personConfiguration'),
icon: 'person',
@@ -37,7 +37,7 @@ export const configRoutes = {
{
path: '/log-lottery/config/person/already',
name: 'AlreadyPerson',
component: () => import('@/views/Config/Person/PersonAlready.vue'),
component: () => import('@/views/Config/Person/PersonAlready/index.vue'),
meta: {
title: i18n.global.t('sidebar.winnerList'),
icon: 'already',