加入了node_modules

添加了新的功能项
This commit is contained in:
zyb
2025-05-13 21:23:41 +08:00
parent 8d53374568
commit 0c0b5d869c
3589 changed files with 893641 additions and 233 deletions

View File

@@ -2,14 +2,11 @@ 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')