Browse Source

问题修改

SunZehao 9 months ago
parent
commit
c76d01a860

+ 1 - 1
.env.development

@@ -12,7 +12,7 @@ VUE_APP_LOGIN_URL = 'http://192.168.2.143:48080'
 
 # 发电能力分析
 # VUE_APP_GENERAT_URL = 'http://123.60.219.66:9002'
-VUE_APP_GENERAT_URL = 'http://192.168.2.143:9002'
+VUE_APP_GENERAT_URL = 'http://192.168.2.45:9002'
 # 智能报表
 # VUE_APP_REPORT_URL = 'http://123.60.219.66:9001'
 VUE_APP_REPORT_URL = 'http://192.168.2.143:9001'

+ 8 - 4
.env.production

@@ -13,7 +13,8 @@ VUE_APP_TITLE = '页面标题'
 
 # 登录
 # VUE_APP_LOGIN_URL = 'http://123.60.219.66:48080'
-VUE_APP_LOGIN_URL = 'http://172.16.12.103:48080'
+VUE_APP_LOGIN_URL = 'http://10.127.7.196:48080'
+# VUE_APP_LOGIN_URL = 'http://172.16.12.101:48080'
 # VUE_APP_LOGIN_URL = 'http://192.168.2.231:48080'
 # VUE_APP_LOGIN_URL = 'http://127.0.0.1:48080'
 
@@ -21,19 +22,22 @@ VUE_APP_LOGIN_URL = 'http://172.16.12.103:48080'
 
 # 发电能力分析
 # VUE_APP_GENERAT_URL = 'http://123.60.219.66:9002'
-VUE_APP_GENERAT_URL = 'http://172.16.12.103:9002'
+VUE_APP_GENERAT_URL = 'http://10.127.7.196:9002'
+# VUE_APP_GENERAT_URL = 'http://172.16.12.101:9002'
 # VUE_APP_GENERAT_URL = 'http://192.168.2.231:9002'
 # VUE_APP_GENERAT_URL = 'http://127.0.0.1:9002'
 
 # 智能报表
 # VUE_APP_REPORT_URL = 'http://123.60.219.66:9001'
-VUE_APP_REPORT_URL = 'http://172.16.12.103:9001'
+VUE_APP_REPORT_URL = 'http://10.127.7.196:9001'
+# VUE_APP_REPORT_URL = 'http://172.16.12.101:9001'
 # VUE_APP_REPORT_URL = 'http://192.168.2.231:9001'
 # VUE_APP_REPORT_URL = 'http://127.0.0.1:9001'
 
 # 功率预测
 # VUE_APP_BASE_URL = 'http://123.60.219.66:8086'
-VUE_APP_BASE_URL = 'http://172.16.12.103:8086'
+VUE_APP_BASE_URL = 'http://10.127.7.196:8086'
+# VUE_APP_BASE_URL = 'http://172.16.12.101:8086'
 # VUE_APP_BASE_URL = 'http://192.168.2.231:8086'
 # VUE_APP_BASE_URL = 'http://127.0.0.1:8086'
 

BIN
src/assets/logoGuo_DB1.png


+ 3 - 2
src/components/commonHeaders.vue

@@ -3,7 +3,7 @@
         <el-container>
             <el-header :class="getStyle()">
                 <div class="logoSty">
-                    <img src="../assets/logoGuo_DB.png" alt="">
+                    <img src="../assets/logoGuo_DB1.png" alt="">
                 </div>
                 <div class="proMenu">
                     <div class="proButton">
@@ -29,7 +29,8 @@
                             </el-switch>
 
                             <el-tooltip class="box-item" effect="light" content="自动填报工具">
-                                <a href="http://172.16.12.103:9001/script/download">
+                                <a href="http://10.127.7.196:9001/script/download">
+                                    <!-- <a href="http://172.16.12.101:9001/script/download"> -->
                                     <img :src="header_wendang" class="Settingitem downItem">
                                 </a>
                             </el-tooltip>

+ 5 - 3
src/views/generatingCapacity/dataAnalysis/lineAnalysis/index.vue

@@ -66,9 +66,11 @@
             <el-table :data="wtData" row-key="id" :max-height="600">
                 <el-table-column property="code" align="center" label="风机" />
                 <el-table-column property="pc5ratio" sortable align="center" label="3~5m" />
-                <el-table-column property="pc10ratio" sortable align="center" label="5~10m" />
-                <el-table-column property="pc12ratio" sortable align="center" label="10~12m" />
-                <el-table-column property="pc25ratio" sortable align="center" label="12~25m" />
+                <el-table-column property="pc7ratio" sortable align="center" label="5~7m" />
+                <el-table-column property="pc9ratio" sortable align="center" label="7~9m" />
+                <el-table-column property="pc11ratio" sortable align="center" label="9~11m" />
+                <el-table-column property="pc20ratio" sortable align="center" label="11~20m" />
+                <el-table-column property="pc25ratio" sortable align="center" label="20~25m" />
                 <el-table-column property="pcratio" sortable align="center" label="3~25m" />
             </el-table>
         </el-dialog>

+ 7 - 7
src/views/generatingCapacity/dataAnalysis/posAnalysis/components/leafletMap.vue

@@ -75,14 +75,14 @@
                         }
                     ]
                 });
-                let name = L.tileLayer(
-                    "http://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=7&x={x}&y={y}&z={z}",
-                ).addTo(this.map)
+                // let name = L.tileLayer(
+                //     "http://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=7&x={x}&y={y}&z={z}",
+                // ).addTo(this.map)
 
-                // let name = L.tileLayer(this.tilsUrl, {
-                //     minZoom: 1,
-                //     maxZoom: 16
-                // }).addTo(this.map)
+                let name = L.tileLayer(this.tilsUrl, {
+                    minZoom: 1,
+                    maxZoom: 16
+                }).addTo(this.map)
 
                 this.setAreaLayer('db', true)
                 this.setAreaLayer('jb', true)

+ 13 - 4
src/views/generatingCapacity/report/fixGetPDF.js

@@ -10,10 +10,19 @@
 import html2Canvas from 'html2canvas';
 import jsPDF from 'jspdf';
 const htmlToPdf = {
-    getPdf( loading,title,) {
-        let dom = document.querySelector('#pdfDom')
+    getPdf(loading, title,) {
+        let dom = null
+        let domStr = ''
+        if (title === '经济运行分析会报告') {
+            dom = document.querySelector('#pdfDomop')
+            domStr = '#pdfDomop'
+        } else { 
+            dom = document.querySelector('#pdfDom')
+            domStr = '#pdfDom'
+        }
         let theme = dom.className ==='block' ? false : true
-        html2Canvas(document.querySelector('#pdfDom'), {
+
+        html2Canvas(document.querySelector(domStr), {
         allowTaint: false,
         taintTest: false,
         logging: false,
@@ -70,7 +79,7 @@ const htmlToPdf = {
             // delete page;
         }
         //保存文件
-        pdf.save('发电能力分析' + '.pdf');
+        pdf.save(title + '.pdf');
         // loading = false;
         console.log(loading);
         });

File diff suppressed because it is too large
+ 453 - 2
src/views/generatingCapacity/report/index.vue


+ 1 - 1
src/views/intelligentReporting/czzyb/index.vue

@@ -20,7 +20,7 @@
                                 "http://172.16.12.101:8083/rbi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$bd71f31ba69443b5b3f3997965927c41$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin"
                         } else {
                             this.url =
-                                "http://123.60.219.66:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$041302f30436412d9ba78f161a6575f0$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin"
+                                "http://10.127.7.196:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$041302f30436412d9ba78f161a6575f0$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin"
                         }
                     }
                 },

+ 5 - 5
src/views/intelligentReporting/erp/index.vue

@@ -42,19 +42,19 @@
                         } else {
                             if (route.query.name === 'xinzuo') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$be0f8f75df7543978e9ddff5f7576a2b&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$be0f8f75df7543978e9ddff5f7576a2b&id=admin&pw=admin'
                             } else if (route.query.name === 'jiliangshan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d24a18e0985a46e5895573738a5cc384&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d24a18e0985a46e5895573738a5cc384&id=admin&pw=admin'
                             } else if (route.query.name === 'fanshigou') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$ff22bb1d24bc416e9185a1e40be6976b&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$ff22bb1d24bc416e9185a1e40be6976b&id=admin&pw=admin'
                             } else if (route.query.name === 'caoshanliang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$a946d1d7e6f242d7a1fdbaa32fd1601c&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$a946d1d7e6f242d7a1fdbaa32fd1601c&id=admin&pw=admin'
                             } else if (route.query.name === 'leijiashan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$8e0637d590ce4fa2b3a26455a81895b2&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$8e0637d590ce4fa2b3a26455a81895b2&id=admin&pw=admin'
                             }
                         }
                     }

+ 5 - 5
src/views/intelligentReporting/fdscqk/index.vue

@@ -42,19 +42,19 @@
                         } else {
                             if (route.query.name === 'xinzuo') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d169ca9e0c974a6299b49dc752446ee2&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d169ca9e0c974a6299b49dc752446ee2&id=admin&pw=admin'
                             } else if (route.query.name === 'jiliangshan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$839ccb29a1e84da48b21c659423c0175&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$839ccb29a1e84da48b21c659423c0175&id=admin&pw=admin'
                             } else if (route.query.name === 'fanshigou') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03e83149008940daa72311823bd381daid=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03e83149008940daa72311823bd381daid=admin&pw=admin'
                             } else if (route.query.name === 'caoshanliang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$33ab21248a7e49b683e5891b4ff6dad6&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$33ab21248a7e49b683e5891b4ff6dad6&id=admin&pw=admin'
                             } else if (route.query.name === 'leijiashan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$28c6ac8488f841f6b8270cb902aad1ce&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$28c6ac8488f841f6b8270cb902aad1ce&id=admin&pw=admin'
                             }
                         }
                     }

+ 6 - 6
src/views/intelligentReporting/fyfsdl/index.vue

@@ -45,22 +45,22 @@
                         } else {
                             if (route.query.name === 'xinzhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$53bbf921f227409f9b6554d94f85cb2b&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$53bbf921f227409f9b6554d94f85cb2b&id=admin&pw=admin'
                             } else if (route.query.name === 'jiliangshan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d71943fd4d0746638cc32a82f8370cdc&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d71943fd4d0746638cc32a82f8370cdc&id=admin&pw=admin'
                             } else if (route.query.name === 'zuozhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$0f0aac32858d463b818a4a4279e6aeea&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$0f0aac32858d463b818a4a4279e6aeea&id=admin&pw=admin'
                             } else if (route.query.name === 'fanshigou') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$446bd6a7efee40b49a6dba26cb21757b&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$446bd6a7efee40b49a6dba26cb21757b&id=admin&pw=admin'
                             } else if (route.query.name === 'caoshanliang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$16557a9ade704425b842e5d6725f3eef&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$16557a9ade704425b842e5d6725f3eef&id=admin&pw=admin'
                             } else if (route.query.name === 'leijiashan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$30558a58dd3a48b7b755ee65d2a94690&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$30558a58dd3a48b7b755ee65d2a94690&id=admin&pw=admin'
                             }
                         }
                     }

+ 6 - 6
src/views/intelligentReporting/gkjlb/index.vue

@@ -45,22 +45,22 @@
                         } else {
                             if (route.query.name === 'xinzhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$4a71c6bc1fd34da7843c6eb2a7b3aee3&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$4a71c6bc1fd34da7843c6eb2a7b3aee3&id=admin&pw=admin'
                             } else if (route.query.name === 'jiliangshan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$621b7c14e4aa4a0483a8e577d8dc4cff&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$621b7c14e4aa4a0483a8e577d8dc4cff&id=admin&pw=admin'
                             } else if (route.query.name === 'zuozhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$36292212f28b4702af2c4aa01a62bdc1&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$36292212f28b4702af2c4aa01a62bdc1&id=admin&pw=admin'
                             } else if (route.query.name === 'fanshigou') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$2320f3ed77e740d6bb1b66b1f7062ad1&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$2320f3ed77e740d6bb1b66b1f7062ad1&id=admin&pw=admin'
                             } else if (route.query.name === 'caoshanliang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$3dc29db548d54d289e58bf4a30dfb026&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$3dc29db548d54d289e58bf4a30dfb026&id=admin&pw=admin'
                             } else if (route.query.name === 'leijiashan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$5ebbf0905b22448cbd9834ec6560fd26&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$5ebbf0905b22448cbd9834ec6560fd26&id=admin&pw=admin'
                             }
                         }
                     }

+ 6 - 6
src/views/intelligentReporting/pjfs/index.vue

@@ -45,22 +45,22 @@
                         } else {
                             if (route.query.name === 'xinzhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$3341eda2eca447c380bb06e6e481d844&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$3341eda2eca447c380bb06e6e481d844&id=admin&pw=admin'
                             } else if (route.query.name === 'jiliangshan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$760bad3725d94777a74528c8ac9b26b9&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$760bad3725d94777a74528c8ac9b26b9&id=admin&pw=admin'
                             } else if (route.query.name === 'zuozhuang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$1879c56390294d648d20717f0810bdd8&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$1879c56390294d648d20717f0810bdd8&id=admin&pw=admin'
                             } else if (route.query.name === 'fanshigou') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d0cec38cba1f43128d9aa5d348198c6e&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d0cec38cba1f43128d9aa5d348198c6e&id=admin&pw=admin'
                             } else if (route.query.name === 'caoshanliang') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$0fea3b9cf19e49708fed7916a6efffc2&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$0fea3b9cf19e49708fed7916a6efffc2&id=admin&pw=admin'
                             } else if (route.query.name === 'leijiashan') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$17d1c65d3389444bb804864268aa032b&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$17d1c65d3389444bb804864268aa032b&id=admin&pw=admin'
                             }
                         }
                     }

+ 4 - 4
src/views/intelligentReporting/yxqk/index.vue

@@ -39,16 +39,16 @@
                         } else {
                             if (route.query.name === 'zuozhuangyiqi') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$6cfd3bcb6b85450dbcf396a816439c9f&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$6cfd3bcb6b85450dbcf396a816439c9f&id=admin&pw=admin'
                             } else if (route.query.name === 'zuozhuangerqi') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$cc08c68dc9e34d15951f73dad8fbdbd7&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$cc08c68dc9e34d15951f73dad8fbdbd7&id=admin&pw=admin'
                             } else if (route.query.name === 'xinzhuangyiqi') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$05d0dbf32f7645179e12ffe21f064fd9&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$05d0dbf32f7645179e12ffe21f064fd9&id=admin&pw=admin'
                             } else if (route.query.name === 'xinzhuangerqi') {
                                 this.url =
-                                    'http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$19d79cef51114028a3f1dd1c06b08ea8&id=admin&pw=admin'
+                                    'http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$19d79cef51114028a3f1dd1c06b08ea8&id=admin&pw=admin'
                             }
                         }
                     }

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

@@ -8,7 +8,7 @@
         data() {
             return {
                 url: "http://172.16.12.101:8083/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin"
-                // url: "http://123.60.219.66:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$bd71f31ba69443b5b3f3997965927c41$f5c25912e8aa49d78e33f070bf944858&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",
             };
         },
         watch: {
@@ -21,7 +21,7 @@
                                 "http://172.16.12.101:8083/rbi/ebibase/showreport.do?resid=EANA$2$2$1$bd71f31ba69443b5b3f3997965927c41$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin"
                         } else {
                             this.url =
-                                "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin"
+                                "http://10.127.7.196:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin"
                         }
                     }
                 },