index修改

This commit is contained in:
2025-06-06 15:31:11 +08:00
parent b5c9aa67bf
commit 5aca74e056
4 changed files with 91 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ const routes = [
name: 'MapDetail',
component: () => import('@/views/index/MapDetail.vue')
},
{
path: 'author',
name: 'ActiveAuthor',
component: () => import('@/views/index/ActiveAuthor.vue')
},
{
path: 'weapon-match',
name: 'WeaponMatch',