From cd70224e0a8d45c76bfc93ae18ac04765a92c3c1 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 30 May 2022 14:49:27 +0800
Subject: [PATCH] 农资管理

---
 src/router/views/index.js |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 63c9038..c4c37d8 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -121,6 +121,20 @@
     }]
   },
   {
+    path: '/stockout',
+    redirect: '/stock/stockout',
+    component: Layout,
+    children: [{
+      path: '/stockout',
+      name: '已出资待使用农资',
+      meta: {
+        i18n: 'index',
+      },
+      component: () =>
+        import ( /* webpackChunkName: "views" */ '@/views/stock/stockout')
+    }]
+  },
+  {
     path: '/landMap',
     redirect: '/land/landMap',
     component: Layout,
@@ -186,7 +200,7 @@
         i18n: 'land'
       },
       component: () =>
-        import ( /* webpackChunkName: "views" */ '@/views/land/land')
+        import ( /* webpackChunkName: "views" */ '@/views/land/cs')
     }]
   },
   {

--
Gitblit v1.9.3