index修改
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user