From bae6e7f729be1289a154505832963b4c9e9a4e5f Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期一, 23 三月 2026 13:06:12 +0800
Subject: [PATCH] Add .gitignore and ignore .vs folder
---
项目代码/WIDESEAWCS_Client/src/router/viewGird.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/router/viewGird.js"
index c9614e2..3353e8d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/router/viewGird.js"
@@ -65,6 +65,10 @@
path: '/router',
name: 'router',
component: () => import('@/views/basicinfo/router.vue')
- }]
+ },{
+ path: '/Dt_PlatformStation',
+ name: 'Dt_PlatformStation',
+ component: () => import('@/views/system/Dt_PlatformStation.vue')
+ },]
export default viewgird
--
Gitblit v1.9.3