From 119baa8e4d47b8af6117dd0bbe35fd1755504ee1 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 23 十二月 2024 22:20:03 +0800
Subject: [PATCH] 1、卧理不同界面报破损功能优化 2、大理片笼新增按照钢化版图查询笼内玻璃信息

---
 UI-Project/src/router/index.js |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 9643500..d750e60 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -46,11 +46,6 @@
         component: () => import('../views/Returns/return.vue'),
         children:[
           {
-            path: '/Returns/returns',
-            name: 'returns',
-            component: () => import('../views/Returns/returns.vue')
-          },
-          {
             path: '/Returns/upreturns',
             name: 'upreturns',
             component: () => import('../views/Returns/upreturns.vue')
@@ -95,11 +90,6 @@
         path: '/Caching/cachingun',
         name: 'cachingun',
         component: () => import('../views/Caching/cachingun.vue')
-      },
-      {
-        path: '/Caching/cachingyiwu',
-        name: 'cachingyiwu',
-        component: () => import('../views/Caching/cachingyiwu.vue')
       },
     ]
   },

--
Gitblit v1.8.0