Showing
2 changed files
with
8 additions
and
1 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2023-05-29 11:10:19 | 2 | * @Date: 2023-05-29 11:10:19 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-01-23 16:22:10 | 4 | + * @LastEditTime: 2025-01-26 09:55:58 |
| 5 | * @FilePath: /map-demo/src/route.js | 5 | * @FilePath: /map-demo/src/route.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -70,6 +70,13 @@ export default [ | ... | @@ -70,6 +70,13 @@ export default [ |
| 70 | }, | 70 | }, |
| 71 | }, | 71 | }, |
| 72 | { | 72 | { |
| 73 | + path: '/info', | ||
| 74 | + component: () => import('@/views/info.vue'), | ||
| 75 | + meta: { | ||
| 76 | + title: '详情页', | ||
| 77 | + }, | ||
| 78 | + }, | ||
| 79 | + { | ||
| 73 | path: '/map_cutter', | 80 | path: '/map_cutter', |
| 74 | name: '瓦片切图工具', | 81 | name: '瓦片切图工具', |
| 75 | component: () => import('@/views/mapCutter.vue'), | 82 | component: () => import('@/views/mapCutter.vue'), | ... | ... |
src/views/info.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment