|
@@ -101,6 +101,34 @@ export const constantRoutes = [{
|
|
import('@/views/farmlandProtection/index.vue'),
|
|
import('@/views/farmlandProtection/index.vue'),
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
|
|
+ //共享资源
|
|
|
|
+ {
|
|
|
|
+ path: '/shareResources',
|
|
|
|
+ component: () =>
|
|
|
|
+ import('@/views/shareResources/index.vue'),
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ //共享位置
|
|
|
|
+ {
|
|
|
|
+ path: '/sharedLocation',
|
|
|
|
+ component: () =>
|
|
|
|
+ import('@/views/sharedLocation/index.vue'),
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ //我的申请
|
|
|
|
+ {
|
|
|
|
+ path: '/myApplication',
|
|
|
|
+ component: () =>
|
|
|
|
+ import('@/views/myApplication/index.vue'),
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ //我的审核
|
|
|
|
+ {
|
|
|
|
+ path: '/myReview',
|
|
|
|
+ component: () =>
|
|
|
|
+ import('@/views/myReview/index.vue'),
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
]
|
|
]
|