suochencheng 7 년 전
부모
커밋
f188530997
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/main/vue/src/router/index.js

+ 10 - 0
src/main/vue/src/router/index.js

@@ -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**/
             ]
         },