Selaa lähdekoodia

更改菜单名称,更改项目自由报表链接

baiyanting 1 vuosi sitten
vanhempi
commit
e9f4d95d4f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/router/index.js
  2. 1 1
      src/views/report/stationReport/xmzybb/index.vue

+ 1 - 1
src/router/index.js

@@ -579,7 +579,7 @@ export const asyncRoutes = [
               ),
             name: "performanceRankingList",
             meta: {
-              title: "风机绩效榜",
+              title: "绩效榜",
               icon: "",
               permissions: ["jn_dbgl_jxb"],
             },

+ 1 - 1
src/views/report/stationReport/xmzybb/index.vue

@@ -7,7 +7,7 @@
 export default {
   data(){
     return {
-      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$7cf4ccc30f914f0b8925e2234780402e&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
+      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$82f52ee37b7b4b029a0182efae431822&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
     }
   }
 }