shilin 3 rokov pred
rodič
commit
a74b36de03

+ 1 - 1
src/router/index.js

@@ -800,7 +800,7 @@ const routes = [{
 		        import( /* webpackChunkName: "globalMonitor" */ "../views/globalMonitor/index.vue"),
 		},
 		{
-		    path: "/reportPandect", // 报表总览
+		    path: "/znbb/reportPandect", // 报表总览
 		    name: "reportPandect",
 		    component: () =>
 		        import( /* webpackChunkName: "reportPandect" */ "../views/reportPandect/index.vue"),

+ 2 - 0
src/views/NewPages/alarm-center-2.vue

@@ -174,6 +174,8 @@ export default {
         baseURL: "http://192.168.1.18:8075/",
         subUrl: "Stoptype/treeType",
       });
+
+      
       this.cascaderOptions = data.data;
       let arr = [];
       let columnObj = [

+ 3 - 3
src/views/layout/Header.vue

@@ -29,7 +29,7 @@ export default {
       menus: [
         {
           id: 'monitor',
-          text: '状态监视',
+          text: '驾驶舱',
           path: '/monitor/home',
           isActive: true
         },
@@ -59,9 +59,9 @@ export default {
           isActive: false
         },
         {
-          id: "bdzcx",
+          id: "znbb",
           text: "智能报表",
-          path: "/reportPandect",
+          path: "/znbb/reportPandect",
           isActive: false,
         },
         {

+ 5 - 5
src/views/layout/Menu.vue

@@ -60,7 +60,7 @@ export default {
       menuData: [
         {
           id: 'monitor',
-          text: '状态监视',
+          text: '驾驶舱',
           data: [
             {
               text: '驾驶舱',
@@ -575,13 +575,13 @@ export default {
           ]
         },
         {
-          id: 'bdzcx',
+          id: 'znbb',
           text: '智能报表',
           data: [
-            ,            {
+            {
               text: '报表首页',
               icon: 'svg-wind-site',
-              path: '/reportPandect'
+              path: '/znbb/reportPandect'
             },// 统计分析
             {
               text: '统计分析',
@@ -715,7 +715,7 @@ export default {
         },
         {
           id: 'realSearch',
-          text: '数据管理',
+          text: '其他',
           data: [
             {
               text: '原始数据查询',