|
@@ -97,22 +97,6 @@ export const constantRoutes = [{
|
|
|
title: '植树造林'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: '/date',
|
|
|
- name: 'date',
|
|
|
- component: () => import('@/views/date'),
|
|
|
- meta: {
|
|
|
- title: '日历组件'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/eventdetailsdialog',
|
|
|
- name: 'eventdetailsdialog',
|
|
|
- component: () => import('@/views/eventdetailsdialog'),
|
|
|
- meta: {
|
|
|
- title: '事件弹出层'
|
|
|
- }
|
|
|
- },
|
|
|
]
|
|
|
|
|
|
|
|
@@ -191,22 +175,6 @@ export const constantRoutesNew = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/date',
|
|
|
- name: 'date',
|
|
|
- component: () => import('@/views/date'),
|
|
|
- meta: {
|
|
|
- title: '日历组件'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/eventdetailsdialog',
|
|
|
- name: 'eventdetailsdialog',
|
|
|
- component: () => import('@/views/eventdetailsdialog'),
|
|
|
- meta: {
|
|
|
- title: '事件弹出层'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
path: '/login',
|
|
|
component: () => import('@/views/system/login'),
|
|
|
hidden: true
|