Browse Source

配合后端修改非故障停机情况表

SunZehao 9 months ago
parent
commit
52f45b4dc6
3 changed files with 11 additions and 3 deletions
  1. 1 1
      src/App.vue
  2. 8 0
      src/router/index.js
  3. 2 2
      src/views/intelligentReporting/fgztjqkb/index.vue

File diff suppressed because it is too large
+ 1 - 1
src/App.vue


+ 8 - 0
src/router/index.js

@@ -132,6 +132,14 @@ const routes = [
         component: () => import("../views/intelligentReporting/czzyb/index.vue"),
     },
     {
+        path: "/intelligentReport/fgztjqkb",
+        name: "intelligentReportfgztjqkb",
+        meta: {
+            title: "非故障停机情况表",
+        },
+        component: () => import("../views/intelligentReporting/fgztjqkb/index.vue"),
+    },
+    {
         path: "/intelligentReport/zhbb",
         name: "intelligentReportzhbb",
         meta: {

+ 2 - 2
src/views/intelligentReporting/fgztjqkb/index.vue

@@ -7,7 +7,7 @@
     export default {
         data() {
             return {
-                url: "http://172.16.12.101:8083/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$203bb5cb28ad4f6283484adad6653735&id=admin&pw=admin",
+                url: "http://172.16.12.101:8083/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$43d2f50595c04a39b59c33657b8985b0&id=admin&pw=admin",
                 // url: "http://10.127.7.196:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$bd71f31ba69443b5b3f3997965927c41$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin",
             };
         },
@@ -19,7 +19,7 @@
                         this.url =
                             `${
             this.reportBaseUrl || "http://172.16.12.101:8083"
-          }/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$203bb5cb28ad4f6283484adad6653735&id=admin&pw=admin`;
+          }/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$43d2f50595c04a39b59c33657b8985b0&id=admin&pw=admin`;
                         // if (window.location.origin.indexOf('172.16.12.101') != -1) {
                         //     this.url =
                         //         "http://172.16.12.101:8083/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin"