|
|
@@ -520,6 +520,16 @@ const router = new Router({
|
|
|
name: 'AreaShowPoints',
|
|
|
component: () => import('../pages/AreaShowPoints')
|
|
|
}
|
|
|
+ {
|
|
|
+ path: '/aimPlaceInfo',
|
|
|
+ name: 'AimPlaceInfo',
|
|
|
+ component: () => import('../pages/AimPlaceInfo')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/aimPlaceInfos',
|
|
|
+ name: 'AimPlaceInfos',
|
|
|
+ component: () => import('../pages/AimPlaceInfos')
|
|
|
+ }
|
|
|
/**INSERT_LOCATION**/
|
|
|
]
|
|
|
},
|