From 1a97ff39d72a21785cd819bbb10851343190009c Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 11 May 2022 11:58:39 +0800
Subject: [PATCH] 农资管理
---
src/router/views/index.js | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index b4fed3a..b985cfc 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -61,7 +61,21 @@
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
}]
- }, {
+ },
+ {
+ path: '/land',
+ component: Layout,
+ redirect: '/land/index',
+ children: [{
+ path: 'index',
+ name: '地块管理',
+ meta: {
+ i18n: 'land'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/land/land')
+ }]
+ },{
path: '/info',
component: Layout,
redirect: '/info/index',
@@ -118,4 +132,4 @@
import ( /* webpackChunkName: "views" */ '@/views/farm/farm')
}]
},
-]
\ No newline at end of file
+]
--
Gitblit v1.9.3