suochencheng 7 years ago
parent
commit
f188530997
1 changed files with 10 additions and 0 deletions
  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',
                     name: 'AreaShowPoints',
                     component: () => import('../pages/AreaShowPoints')
                     component: () => import('../pages/AreaShowPoints')
                 }
                 }
+                {
+                    path: '/aimPlaceInfo',
+                        name: 'AimPlaceInfo',
+                    component: () => import('../pages/AimPlaceInfo')
+                },
+                {
+                    path: '/aimPlaceInfos',
+                        name: 'AimPlaceInfos',
+                    component: () => import('../pages/AimPlaceInfos')
+                }
                 /**INSERT_LOCATION**/
                 /**INSERT_LOCATION**/
             ]
             ]
         },
         },