Biao 3 năm trước cách đây
mục cha
commit
a1dc1cf9b6
4 tập tin đã thay đổi với 11 bổ sung10 xóa
  1. 1 1
      .env.production
  2. 7 6
      src/router/index.js
  3. 1 1
      src/views/layout/Header.vue
  4. 2 2
      src/views/layout/Menu.vue

+ 1 - 1
.env.production

@@ -1 +1 @@
-VUE_APP_API=http://10.83.66.220:8020
+VUE_APP_API=http://10.83.68.97:8020

+ 7 - 6
src/router/index.js

@@ -149,12 +149,13 @@ const routes = [{
 	component: () =>
 		import( /* webpackChunkName: "decision1" */ "../views/Decision/Decision1.vue"),
 },
-{
-	path: "/decision/zbtjfx", // 节能减排KPI
-	name: "zbtjfx",
-	component: () =>
-		import( /* webpackChunkName: "decision1" */ "../views/Decision/zbtjfx.vue"),
-},
+{ 
+	path: "/decision/zbtjfx", // 节能减排KPI 
+	name: "zbtjfx", 
+	component: () => 
+	import( /* webpackChunkName: "decision1" */ "../views/Decision/zbtjfx.vue"), 
+	},
+
 {
 	path: "/decision/decision1Mx", //风机绩效榜明细
 	name: "decision1Mx",

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

@@ -21,7 +21,7 @@
     </ul> -->
     <ul class="header-menu-user">
       <li class="header-menu-user-title">
-        <span class="el-dropdown-link"> <i class="fa fa-user"></i>白玉杰 </span>
+        <span class="el-dropdown-link"> <i class="fa fa-user"></i>登录</span>
         <el-dropdown
           size="small"
           trigger="hover"

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

@@ -308,9 +308,9 @@ export default {
                   path: "/decision/zzhcydl",
                 },
                 {
-                  text: "节能减排API",
+                  text: "节能减排KPI",
                   icon: "svg-wind-site",
-                  path: "/decision/zzhcydl",
+                  path: "/decision/zbtjfx",
                 },
               ],
             },