Selaa lähdekoodia

Merge branch 'master' of http://git.zhiqiyun.com/liucheng/open-platform-admin-ui

stjdydayou 3 vuotta sitten
vanhempi
commit
904aef9138
2 muutettua tiedostoa jossa 11 lisäystä ja 11 poistoa
  1. 1 1
      public/index.html
  2. 10 10
      src/router/index.js

+ 1 - 1
public/index.html

@@ -140,7 +140,7 @@
       }
     }
   </style>
-  <script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=LVABZ-ZRC36-BWWS3-E6WJB-BVKZK-7DFP4"></script>
+  <script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=WR3BZ-H5JKD-B774Q-PPSYJ-GNF4J-NWB3H"></script>
 </head>
 <body>
 <noscript>

+ 10 - 10
src/router/index.js

@@ -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'),