This commit is contained in:
zyb
2025-05-09 03:38:45 +08:00
parent 062550d126
commit 8d53374568
3 changed files with 237 additions and 0 deletions

View File

@@ -2,6 +2,14 @@ import { createRouter, createWebHistory } from 'vue-router'
const routes = [
{
<<<<<<< HEAD
path: '/demands',
name: 'DemandList',
component: () => import('../views/DemandList.vue')
},
{
=======
>>>>>>> 062550d1260d3f66fd69a2d954f426abb5531511
path: '/',
name: 'Maps',
component: () => import('../views/Maps.vue')