shilin 3 vuotta sitten
vanhempi
commit
33d36aaff6
3 muutettua tiedostoa jossa 10 lisäystä ja 4 poistoa
  1. 1 1
      src/router/index.js
  2. 2 2
      src/views/layout/Header.vue
  3. 7 1
      src/views/layout/Menu.vue

+ 1 - 1
src/router/index.js

@@ -625,7 +625,7 @@ const routes = [{
 		component: () => import("../views/malfunctionDiagnose/index.vue")
 	},
 	{
-		path: "/new/pb",
+		path: "/decision/pb",
 		name: "pb",
 		component: () => import( /* webpackChunkName: "powerbenchmarking" */ "../views/NewPages/power-benchmarking.vue"),
 	},

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

@@ -36,14 +36,14 @@ export default {
         {
           id: 'decision',
           text: '经济运行',
-          path: '/decision/decision1',
+          path: '/decision/pb',
           isActive: false
         },
         {
           id: 'health',
           text: '智慧检修',
           // path: '/sandtable',
-          path: '/health',
+          path: '/sandtable',
           isActive: false
         },
         // {

+ 7 - 1
src/views/layout/Menu.vue

@@ -109,6 +109,12 @@ export default {
           id: 'decision',
           text: '经济运行',
           data: [
+             {
+              text: '经济运行首页',
+              icon: 'svg-wind-site',
+              // path: '/monitor/sandtable'
+               path: '/decision/pb'
+            },
             {
               text: '对标管理',
               icon: 'svg-matrix',
@@ -358,7 +364,7 @@ export default {
               text: '沙盘',
               icon: 'svg-wind-site',
               // path: '/monitor/sandtable'
-               path: '/health'
+               path: '/sandtable'
             },
             {
               text: '等级评估',