|
@@ -21,7 +21,6 @@ const uploadRoutes = {
|
|
{
|
|
{
|
|
path: '/upload',
|
|
path: '/upload',
|
|
name: 'UploadView',
|
|
name: 'UploadView',
|
|
- meta: { title: '速运行李上传' },
|
|
|
|
component: () => import('@/views/upload/index.vue'),
|
|
component: () => import('@/views/upload/index.vue'),
|
|
},
|
|
},
|
|
],
|
|
],
|
|
@@ -35,7 +34,6 @@ const statisticsChartsRoutes = {
|
|
component: Layout,
|
|
component: Layout,
|
|
meta: {
|
|
meta: {
|
|
title: '统计图表',
|
|
title: '统计图表',
|
|
- roles: ['statistical_chart'],
|
|
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
@@ -470,7 +468,6 @@ const departureRoutes = {
|
|
path: '/departure',
|
|
path: '/departure',
|
|
name: 'Departure',
|
|
name: 'Departure',
|
|
component: Layout,
|
|
component: Layout,
|
|
- meta: { roles: ['departure_menu'] },
|
|
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/departure',
|
|
path: '/departure',
|
|
@@ -562,7 +559,6 @@ const arrivalRoutes = {
|
|
path: '/arrival',
|
|
path: '/arrival',
|
|
name: 'Arrival',
|
|
name: 'Arrival',
|
|
component: Layout,
|
|
component: Layout,
|
|
- meta: { roles: ['inbound_management'] },
|
|
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/arrival',
|
|
path: '/arrival',
|
|
@@ -653,7 +649,6 @@ const transferRoutes = {
|
|
path: '/transfer',
|
|
path: '/transfer',
|
|
name: 'Transfer',
|
|
name: 'Transfer',
|
|
component: Layout,
|
|
component: Layout,
|
|
- meta: { roles: ['ti_showTransit'] },
|
|
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/transfer',
|
|
path: '/transfer',
|
|
@@ -835,7 +830,7 @@ const advanceRoutes = {
|
|
path: '/advance',
|
|
path: '/advance',
|
|
name: 'AdvancedQuery',
|
|
name: 'AdvancedQuery',
|
|
component: () => import('@/views/advancedQuery'),
|
|
component: () => import('@/views/advancedQuery'),
|
|
- meta: { title: '高级查询', isPage: 'advance_page', keepAlive: true },
|
|
|
|
|
|
+ meta: { keepAlive: true },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/advance',
|
|
path: '/advance',
|