hookehuyr

把别院的详情做搬出来作为通用的详情页-Bob需求

/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-01-23 16:22:10
* @LastEditTime: 2025-01-26 09:55:58
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
......@@ -70,6 +70,13 @@ export default [
},
},
{
path: '/info',
component: () => import('@/views/info.vue'),
meta: {
title: '详情页',
},
},
{
path: '/map_cutter',
name: '瓦片切图工具',
component: () => import('@/views/mapCutter.vue'),
......
This diff is collapsed. Click to expand it.