|
|
@@ -58,7 +58,7 @@ export const asyncRoutes = [
|
|
|
component: Layout,
|
|
|
name: 'CulturalTourism',
|
|
|
meta: {
|
|
|
- title: '文旅资源目录管理',
|
|
|
+ title: '平台数据对接',
|
|
|
icon: 'el-icon-goods',
|
|
|
authorities: ['category.organization.find', 'category.occupation.find', 'category.material.find']
|
|
|
},
|
|
|
@@ -80,7 +80,13 @@ export const asyncRoutes = [
|
|
|
name: 'CulturalTourismMaterial',
|
|
|
component: () => import('@/views/category/material'),
|
|
|
meta: { title: '物务资源目录管理', authorities: ['category.material.find'] }
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'complaint',
|
|
|
+ name: 'StatisticsComplaint',
|
|
|
+ component: () => import('@/views/statistics/complaint'),
|
|
|
+ meta: { title: '文旅投诉', authorities: ['complaint.find'] }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -165,7 +171,7 @@ export const asyncRoutes = [
|
|
|
path: 'monitor',
|
|
|
name: 'BzMonitor',
|
|
|
component: () => import('@/views/bz/monitor'),
|
|
|
- meta: { title: '实时监测', authorities: ['bz.monitor'] }
|
|
|
+ meta: { title: '实时数据监测', authorities: ['bz.monitor'] }
|
|
|
},
|
|
|
{
|
|
|
path: 'consume',
|
|
|
@@ -177,7 +183,7 @@ export const asyncRoutes = [
|
|
|
path: 'resourceAnalysis',
|
|
|
name: 'BzResourceAnalysis',
|
|
|
component: () => import('@/views/bz/resourceAnalysis'),
|
|
|
- meta: { title: '文旅资源分析', authorities: ['bz.resourceAnalysis'] }
|
|
|
+ meta: { title: '文旅资源', authorities: ['bz.resourceAnalysis'] }
|
|
|
},
|
|
|
{
|
|
|
path: 'touristAnalysis',
|
|
|
@@ -195,12 +201,6 @@ export const asyncRoutes = [
|
|
|
redirect: '/statistics/index',
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'complaint',
|
|
|
- name: 'StatisticsComplaint',
|
|
|
- component: () => import('@/views/statistics/complaint'),
|
|
|
- meta: { title: '客诉信息管理', authorities: ['complaint.find'] }
|
|
|
- },
|
|
|
- {
|
|
|
path: 'file',
|
|
|
name: 'StatisticsFile',
|
|
|
component: () => import('@/views/statistics/file'),
|