hookehuyr

fix

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-02-10 16:04:07 4 + * @LastEditTime: 2025-02-10 16:19:29
5 * @FilePath: /map-demo/src/route.js 5 * @FilePath: /map-demo/src/route.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
...@@ -85,8 +85,8 @@ export default [ ...@@ -85,8 +85,8 @@ export default [
85 }, 85 },
86 }, 86 },
87 { 87 {
88 - path: '/xyx', 88 + path: '/xys',
89 - component: () => import('@/views/xyx/index.vue'), 89 + component: () => import('@/views/xys/index.vue'),
90 meta: { 90 meta: {
91 title: '首页', 91 title: '首页',
92 }, 92 },
......