hookehuyr

fix

/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-02-10 16:04:07
* @LastEditTime: 2025-02-10 16:19:29
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
......@@ -85,8 +85,8 @@ export default [
},
},
{
path: '/xyx',
component: () => import('@/views/xyx/index.vue'),
path: '/xys',
component: () => import('@/views/xys/index.vue'),
meta: {
title: '首页',
},
......