Browse Source

'状态转换率页面修改'

蒋珅 1 year ago
parent
commit
0cac0ace66
33 changed files with 108 additions and 93 deletions
  1. 2 1
      src/api/zmaxios.js
  2. 1 1
      src/router/index.js
  3. 1 1
      src/views/About.vue
  4. 1 0
      src/views/Decision/slgl/fwjsl.vue
  5. 41 28
      src/views/Decision/slgl/ztzhl.vue
  6. 5 5
      src/views/MalfunctionWarning/MalfunctionWarning.vue
  7. 2 2
      src/views/MalfunctionWarning/components/detectionRecord.vue
  8. 1 1
      src/views/MalfunctionWarning/components/trainingResults.vue
  9. 1 1
      src/views/MalfunctionWarning/diagnose.vue
  10. 1 1
      src/views/NewPages/alarm-center-1.vue
  11. 2 2
      src/views/NewPages/alarm-center-2.vue
  12. 1 1
      src/views/NewPages/bak/alarm-center-1.vue
  13. 6 6
      src/views/SandTable/SandTable.vue
  14. 1 1
      src/views/SandTable/component/hls.vue
  15. 1 1
      src/views/alarmCenter/boosterAlarm.vue
  16. 1 1
      src/views/alarmCenter/customAlarm.vue
  17. 3 3
      src/views/alarmCenter/customStatistics.vue
  18. 2 2
      src/views/alarmCenter/gfAlarm.vue
  19. 1 1
      src/views/alarmCenter/scadaAlarm.vue
  20. 5 5
      src/views/allLifeManage/tab1.vue
  21. 1 1
      src/views/allLifeManage/tab2.vue
  22. 1 1
      src/views/allLifeManage/tab3.vue
  23. 4 4
      src/views/faultManual/index.vue
  24. 2 2
      src/views/overhaulRule/index.vue
  25. 1 1
      src/views/report/psarReport.vue
  26. 3 3
      src/views/sampleDatabase/analysis/index.vue
  27. 8 8
      src/views/sampleDatabase/fault/index.vue
  28. 1 1
      src/views/sampleDatabase/fault/point.vue
  29. 2 2
      src/views/sampleDatabase/performance/index.vue
  30. 3 3
      src/views/sampleDatabase/totalCurve/dataDispose.vue
  31. 1 1
      src/views/sampleDatabase/warning/index.vue
  32. 1 1
      src/views/warn/gfgj.vue
  33. 1 1
      src/views/weatherPrognosis/index.vue

+ 2 - 1
src/api/zmaxios.js

@@ -1,9 +1,10 @@
+
 import axios from 'axios';
 import { ElMessage, ElMessageBox } from 'element-plus';
 
 // 配置新建一个 axios 实例
 const service = axios.create({
-    baseURL: 'http://192.168.1.18:8075',
+    baseURL: 'http://192.168.1.82:8075',
     timeout: 50000,
     headers: { 'Content-Type': 'application/json' },
 });

+ 1 - 1
src/router/index.js

@@ -376,7 +376,7 @@ const routes = [{
 		import( /* webpackChunkName: "xzdl" */ "../views/report/xzdl.vue"),
 },
 {
-	path: "/decision/psar",//修正预测风速电量
+	path: "/decision/psar",//经济运行分析报告
 	name: "psar",
 	component: () =>
 		import( /* webpackChunkName: "psar" */ "../views/report/psar.vue"),

+ 1 - 1
src/views/About.vue

@@ -120,7 +120,7 @@ export default {
     const that = this;
     that.API.requestData({
       method: "POST",
-      baseURL: "http://192.168.1.18:9002/",
+      baseURL: "http://192.168.1.82:9002/",
       subUrl: "scatter/list",
       data: {
         station: "NSS_FDC",

+ 1 - 0
src/views/Decision/slgl/fwjsl.vue

@@ -152,6 +152,7 @@ export default {
           endDate: this.value2
         },
         success(res) {
+          console.log(res);
           that.tableLoading = false;
           if (res.code === 200) {
             var data = [];

+ 41 - 28
src/views/Decision/slgl/ztzhl.vue

@@ -33,7 +33,7 @@
             </div>
           </div>
         </div>
-        <div class="query-item">
+        <!-- <div class="query-item">
           <div class="lable">风速:</div>
           <div
             class="newspan"
@@ -44,21 +44,18 @@
           >
             {{ item }}
           </div>
-        </div>
+        </div> -->
       </div>
       <div class="query-actions">
         <button class="btn green" @click="handleSubmit">计算</button>
       </div>
     </div>
     <div class="table-box">
-      <div class="title">{{ vshows }}</div>
+      <!-- <div class="title">{{ vshows }}</div> -->
       <ComTable
         :data="tableData"
         :pageSize="20"
         height="84vh"
-        v-loading="tableLoading"
-        element-loading-text="拼命加载中"
-        element-loading-background="rgba(0, 0, 0, 0.8)"
       ></ComTable>
     </div>
   </div>
@@ -81,63 +78,70 @@ export default {
         column: [
           {
             name: "单位",
-            field: "wpid",
+            field: "stationName",
+            is_num: false,
+            is_light: false,
+            sortable: true
+          },
+           {
+            name: "总次数",
+            field: "countAll",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "5分钟/次数",
-            field: "wfz",
+            field: "countAll5",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "5分钟/转换率",
-            field: "wfzfwl",
+            field: "rateAll5",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "10分钟/次数",
-            field: "sfz",
+            field: "countAll10",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "10分钟/转换率",
-            field: "sfzfwl",
+            field: "rateAll10",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "15分钟/次数",
-            field: "swfz",
+            field: "countAll15",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "15分钟/转换率",
-            field: "swfzfwl",
+            field: "rateAll15",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "20分钟/次数",
-            field: "esfz",
+            field: "countAll20",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
             name: "20分钟/转换率",
-            field: "esfzfwl",
+            field: "rateAl20",
             is_num: false,
             is_light: false,
             sortable: true
@@ -162,27 +166,36 @@ export default {
       that.tableLoading = true;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://10.155.32.4:8034/",
-        subUrl: "/threerate/ztzhl",
-        data: {
-          beginDate: this.value1,
-          endDate: this.value2
+        baseURL: "http://192.168.1.66:9034/",
+        subUrl: "/api/stats/all?startTs=1682870400000&endTs=1683561600000",
+        data:{
+          // beginDate: this.value1,
+          // endDate: this.value2
         },
         success(res) {
+          console.log(res);
           that.tableLoading = false;
           const vs = that.vshows;
-          if (res.code === 200) {
-            if (vs == "小于3米风速") {
-              that.tableData.data = res.data.小于3米风速;
-            } else if (vs == "大于3米风速") {
-              that.tableData.data = res.data.大于3米风速;
-            } else {
-              that.tableData.data = res.data.大于4米风速;
-            }
+          if (res.code === 200) {  
+            // if (vs == "小于3米风速") {
+            that.tableData.data = res.data
+           res.data.forEach((ele)=>{
+              ele.rateAll5 = ele.rateAll5.toFixed(2)+'%'
+              ele.rateAl20 = ele.rateAl20.toFixed(2)+'%'
+              ele.rateAll10 = ele.rateAll10.toFixed(2)+'%'
+              ele.rateAll15 = ele.rateAll15.toFixed(2)+'%'
+            })
+
+            // } else if (vs == "大于3米风速") {
+            //   that.tableData.data = res.data.大于3米风速;
+            // } else {
+            //   that.tableData.data = res.data.大于4米风速;
+            // }
           }
         }
       });
     },
+    
     BeginChange(vl) {
       this.value1 = vl;
     },

+ 5 - 5
src/views/MalfunctionWarning/MalfunctionWarning.vue

@@ -554,7 +554,7 @@ export default {
       const that = this;
       this.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "fault/history/list",
         data: {
           pagenum: "1",
@@ -628,7 +628,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/case/fault/list",
+        subUrl: "http://192.168.1.82:9002/case/fault/list",
         data: {
           ids: param.join(","),
         },
@@ -649,7 +649,7 @@ export default {
       let that = this;
       this.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "fault/history/",
         data: {
           ids: result.join(","),
@@ -887,7 +887,7 @@ export default {
       let that = this;
       this.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/know/fault/type/all",
+        subUrl: "http://192.168.1.82:9002/know/fault/type/all",
         success(res) {
           if (res) {
             that.faultLists = res.data;
@@ -930,7 +930,7 @@ export default {
       if (params.length > 0) {
         axios({
           method: "post",
-          url: "http://192.168.1.18:9002/case/fault/insert",
+          url: "http://192.168.1.82:9002/case/fault/insert",
           data: params,
           header: {
             "Content-Type": "application/json",

+ 2 - 2
src/views/MalfunctionWarning/components/detectionRecord.vue

@@ -118,7 +118,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/case/fault/list",
+        subUrl: "http://192.168.1.82:9002/case/fault/list",
         showLoading: true,
         data: {
           station: that.myData.station,
@@ -136,7 +136,7 @@ export default {
       let that = this;
       this.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/know/fault/type/all",
+        subUrl: "http://192.168.1.82:9002/know/fault/type/all",
         success(res) {
           that.faultLists = res.data;
         },

+ 1 - 1
src/views/MalfunctionWarning/components/trainingResults.vue

@@ -206,7 +206,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/case/fault/train/all",
+        subUrl: "http://192.168.1.82:9002/case/fault/train/all",
         data: {
           ids: param.join(","),
         },

+ 1 - 1
src/views/MalfunctionWarning/diagnose.vue

@@ -227,7 +227,7 @@
 				var that = this;
 				await that.API.requestData({
 					method: "GET",
-					baseURL: "http://192.168.1.18:9002/",
+					baseURL: "http://192.168.1.82:9002/",
 					subUrl: "basic/station/all",
 					success(res) {
 						that.stations = res.data;

+ 1 - 1
src/views/NewPages/alarm-center-1.vue

@@ -568,7 +568,7 @@ export default {
       ).formatDate("yyyy-MM-dd");
       const { data } = await this.API.requestData({
         showLoading: true,
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/query/new2",
         data: {
           stationid: this.wpvalue,

+ 2 - 2
src/views/NewPages/alarm-center-2.vue

@@ -168,7 +168,7 @@ export default {
     },
     async searchTree () {
       const { data } = await this.API.requestData({
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "Stoptype/treeType",
       });
 
@@ -198,7 +198,7 @@ export default {
 		let enddate = new Date(Date.parse(new Date(this.enddate)) + (24*3600*1000)).formatDate("yyyy-MM-dd");
       const { data } = await this.API.requestData({
 		  showLoading:true,
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "shutdown/list",
         data: {
           stId: this.wpvalue,

+ 1 - 1
src/views/NewPages/bak/alarm-center-1.vue

@@ -543,7 +543,7 @@ export default {
       ).formatDate("yyyy-MM-dd");
       const { data } = await this.API.requestData({
         showLoading: true,
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/query/new2",
         data: {
           stationid: this.wpvalue,

+ 6 - 6
src/views/SandTable/SandTable.vue

@@ -88,7 +88,7 @@
               :class="cItem.class"
               width="95%"
               height="8.657vh"
-              src="http://192.168.1.18:1935/hls/NSS_FDC_ZK/index.m3u8"
+              src="http://192.168.1.82:1935/hls/NSS_FDC_ZK/index.m3u8"
               v-if="cItem.switch"
             /> -->
           </el-col>
@@ -864,7 +864,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/query/alltotal",
         data: {
           stationid: that.wpId,
@@ -888,7 +888,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "shutdown/count/alltotal",
         data: {
           stId: that.wpId,
@@ -912,7 +912,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9988/",
+        baseURL: "http://10.155.32.4:9988/",
         subUrl: "inventory/groupcount",
         data: {
           stId: that.wpId,
@@ -936,7 +936,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9988/",
+        baseURL: "http://10.155.32.4:9988/",
         subUrl: "equoperationrecord/equupdatecount",
         data: {
           stId: that.wpId,
@@ -960,7 +960,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9988/",
+        baseURL: "http://10.155.32.4:9988/",
         subUrl: "equoperationrecord/top4",
         data: {
           stId: that.wpId,

+ 1 - 1
src/views/SandTable/component/hls.vue

@@ -56,7 +56,7 @@ export default {
           });
           self.hls.loadSource(
             // `http://192.168.10.25:1935/hls/${self.currDevCode}/index.m3u8`
-            `http://192.168.1.18:1935/hls/${self.code}/index.m3u8`
+            `http://192.168.1.82:1935/hls/${self.code}/index.m3u8`
           );
           self.hls.attachMedia(video);
         });

+ 1 - 1
src/views/alarmCenter/boosterAlarm.vue

@@ -203,7 +203,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/history/page2",
         data: {
           category1: "SYZ",

+ 1 - 1
src/views/alarmCenter/customAlarm.vue

@@ -189,7 +189,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/history/page2",
         data: {
           category1: "custom",

+ 3 - 3
src/views/alarmCenter/customStatistics.vue

@@ -150,7 +150,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/querymap2",
         data: {
           stationid: this.stationId,
@@ -176,7 +176,7 @@ export default {
       let resData = await this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/querybyname2",
         data: {
           stationid: this.stationId,
@@ -200,7 +200,7 @@ export default {
       let { data } = await this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/lineandproject",
         data: {
           stationid: this.stationId,

+ 2 - 2
src/views/alarmCenter/gfAlarm.vue

@@ -205,7 +205,7 @@ export default {
       var that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.14:8011/",
+        baseURL: "http://192.168.1.82:8011/",
         subUrl: "thing/station",
         success(res) {
           that.ChangZhan = res.filter(o => o.id.includes('GDC'));
@@ -219,7 +219,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.14:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/history/page",
         data: {
           category1: "GF",

+ 1 - 1
src/views/alarmCenter/scadaAlarm.vue

@@ -303,7 +303,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/history/page2",
         data: {
           category1: "windturbine",

+ 5 - 5
src/views/allLifeManage/tab1.vue

@@ -235,7 +235,7 @@ export default {
     getVendor() {
       let that = this;
       that.API.requestData({
-        baseURL: "http://192.168.1.18:9988",
+        baseURL: "http://10.155.32.4:9988",
         subUrl: "companies/list",
         success(res) {
           that.vendorArray = res.data;
@@ -248,7 +248,7 @@ export default {
     getWarehouse() {
       let that = this;
       that.API.requestData({
-        baseURL: "http://192.168.1.18:9988",
+        baseURL: "http://10.155.32.4:9988",
         subUrl: "warehouse/list",
         success(res) {
           that.warehouseArray = res.data;
@@ -318,10 +318,10 @@ export default {
         //   stationid: that.wpId,
         // };
 
-        // http://192.168.1.18:9988/poline/list?pagenum=1&pagesize=10&vendor=联合动力&ponum=PO10564&warehouse=麻黄山仓库&starttime=2021-07-08 18:34:40&endtime=2021-07-08 18:34:45
+        // http://10.155.32.4:9988/poline/list?pagenum=1&pagesize=10&vendor=联合动力&ponum=PO10564&warehouse=麻黄山仓库&starttime=2021-07-08 18:34:40&endtime=2021-07-08 18:34:45
         that.API.requestData({
-          // baseURL:"http://192.168.1.14:8075/",
-          baseURL: "http://192.168.1.18:9988",
+          // baseURL:"http://192.168.1.82:8075/",
+          baseURL: "http://10.155.32.4:9988",
           subUrl: "poline/list",
           method: "GET",
           data: {

+ 1 - 1
src/views/allLifeManage/tab2.vue

@@ -308,7 +308,7 @@ export default {
       } else {
         that.API.requestData({
           method: "GET",
-          baseURL:"http://192.168.1.18:9988/",
+          baseURL:"http://10.155.32.4:9988/",
           subUrl: "windturbine/list",
           data: {
             wtid:that.wtId

+ 1 - 1
src/views/allLifeManage/tab3.vue

@@ -200,7 +200,7 @@ export default {
       } else {
         that.API.requestData({
           method: "GET",
-          baseURL: "http://192.168.1.18:9988/",
+          baseURL: "http://10.155.32.4:9988/",
           subUrl: "equoperationrecord/list",
           data: {
             wtid: that.wtId,

+ 4 - 4
src/views/faultManual/index.vue

@@ -135,7 +135,7 @@ export default {
       const that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "know/process/type",
         data: {},
         success(res) {
@@ -151,7 +151,7 @@ export default {
       if (that.processType) {
         that.API.requestData({
           method: "GET",
-          baseURL: "http://192.168.1.18:9002/",
+          baseURL: "http://192.168.1.82:9002/",
           subUrl: "know/process/widget/list",
           data: {
             category: that.processType,
@@ -168,7 +168,7 @@ export default {
       const that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "know/process/name/list",
         data: {
           category: that.processType,
@@ -183,7 +183,7 @@ export default {
       const that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "know/process/list",
         data: {
           id: row.id,

+ 2 - 2
src/views/overhaulRule/index.vue

@@ -69,7 +69,7 @@ export default {
       let that = this;
       this.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "know/maintenance/type",
         success(res) {
           that.radioArray = res.data;
@@ -82,7 +82,7 @@ export default {
       let that = this;
       this.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "know/maintenance/list",
         data: {
           code: that.maintenanceType,

+ 1 - 1
src/views/report/psarReport.vue

@@ -249,7 +249,7 @@ export default {
         method: "GET", // 请求方式,默认为 GET ,可缺省
         baseURL: "http://192.168.10.9:9001/", // 请求服务器地址 + 端口,可缺省
         subUrl: "economy/analysis/2023/3", // 请求接口地址,必传项
-        timeout: 60000, // 请求超时时间,默认 3s ,可缺省
+        timeout: 3000, // 请求超时时间,默认 3s ,可缺省
         success({ data }) {
           that.sourceData = data;
           that.treeData.forEach((pEle) => {

+ 3 - 3
src/views/sampleDatabase/analysis/index.vue

@@ -241,7 +241,7 @@ export default {
       that.showData = [];
       this.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.1.18:9002/analyse/basic",
+        subUrl: "http://192.168.1.82:9002/analyse/basic",
         data: {
           station: this.wpId,
           intervals: this.interval,
@@ -265,7 +265,7 @@ export default {
         let that = this;
         await this.API.requestData({
           method: "GET",
-          subUrl: "http://192.168.1.18:8075/alarm/history/page",
+          subUrl: "http://192.168.1.82:8075/alarm/history/page",
           data: {
             pagenum: 1,
             pagesize: 20000,
@@ -302,7 +302,7 @@ export default {
         
         await that.API.requestData({
           method: "GET",
-          baseURL: "http://192.168.1.18:9002/",
+          baseURL: "http://192.168.1.82:9002/",
           subUrl: "case/performance/line",
           data: {
             id: val.id,

+ 8 - 8
src/views/sampleDatabase/fault/index.vue

@@ -109,7 +109,7 @@
             :on-success="onSuccess"
             :on-error="onError"
             :before-upload="beforeUpload"
-            action="http://192.168.1.18:9002/case/upload/file"
+            action="http://192.168.1.82:9002/case/upload/file"
             accept=".xls,.xlsx"
           >
             <button class="btn" @click="importFile">
@@ -588,7 +588,7 @@ export default {
 
       await that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "/know/fault/type/all",
         success(res) {
           let widgetArr = [],
@@ -607,7 +607,7 @@ export default {
 
       await that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "basic/station/all",
         success(res) {
           that.ChangZhan = res.data;
@@ -643,7 +643,7 @@ export default {
         //传感点
         that.API.requestData({
           method: "GET",
-          baseURL: "http://192.168.1.18:9002/",
+          baseURL: "http://192.168.1.82:9002/",
           subUrl: "point/list",
           data: {
             wtId: row.wtId,
@@ -741,7 +741,7 @@ export default {
       that.API.requestData({
         showLoading: true,
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "case/fault/list",
         data: {
           widget: widget ? widget : that.widget,
@@ -826,7 +826,7 @@ export default {
           if (action === "confirm") {
             that.API.requestData({
               method: "GET",
-              baseURL: "http://192.168.1.18:9002/",
+              baseURL: "http://192.168.1.82:9002/",
               subUrl: "case/fault/delete",
               data: {
                 id: row.id,
@@ -942,7 +942,7 @@ export default {
           data.time && delete data.time;
           axios({
             method: "post",
-            url: `http://192.168.1.18:9002/case/fault/${
+            url: `http://192.168.1.82:9002/case/fault/${
               that.addDialogTitle === "新增" ? "insert" : "edit"
             }`,
             data: that.addDialogTitle === "新增" ? [data] : data,
@@ -1005,7 +1005,7 @@ export default {
     },
     downloadTemplate() {
       window.open(
-        "http://192.168.1.18:9002/case/download/template?template=fault"
+        "http://192.168.1.82:9002/case/download/template?template=fault"
       );
     },
   },

+ 1 - 1
src/views/sampleDatabase/fault/point.vue

@@ -274,7 +274,7 @@ export default {
       that.API.requestData({
         showLoading: true,
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "point/item",
         data: {
           point: dataPoint,

+ 2 - 2
src/views/sampleDatabase/performance/index.vue

@@ -284,7 +284,7 @@ export default {
       that.API.requestData({
         method: "GET",
         // baseURL: "http://192.168.10.19:9002/",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "case/performance/line",
         data: {
           id: ids,
@@ -322,7 +322,7 @@ export default {
       that.API.requestData({
         showLoading: true,
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         //    baseURL: "http://192.168.10.19:9002/",
         subUrl: "case/performance/list",
         data: {

+ 3 - 3
src/views/sampleDatabase/totalCurve/dataDispose.vue

@@ -334,7 +334,7 @@ export default {
       const that = this;
       axios({
         method: "post",
-        url: "http://192.168.1.18:9002/scatter/preprocess",
+        url: "http://192.168.1.82:9002/scatter/preprocess",
         data,
         header: {
           "Content-Type": "application/json",
@@ -354,7 +354,7 @@ export default {
       const that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "powercurve/tree",
         success(res) {
           that.treeData = that.addLabelToTreeData(res.data);
@@ -434,7 +434,7 @@ export default {
       const that = this;
       that.API.requestData({
         method: "GET",
-        baseURL: "http://192.168.1.18:9002/",
+        baseURL: "http://192.168.1.82:9002/",
         subUrl: "powercurve/list",
         showLoading: true,
         data: {

+ 1 - 1
src/views/sampleDatabase/warning/index.vue

@@ -513,7 +513,7 @@ export default {
       };
       that.API.requestData({
         showLoading: true,
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.82:8075/",
         subUrl: "alarm/count/query/new2",
         data,
         success(res) {

+ 1 - 1
src/views/warn/gfgj.vue

@@ -154,7 +154,7 @@
 				this.API.requestData({
 					timeout: 30000,
 					method: "GET",
-					baseURL: "http://192.168.1.18:8075/",
+					baseURL: "http://192.168.1.82:8075/",
 					subUrl: "alarm/history/page2",
 					data: {
 						category1: "GF",

+ 1 - 1
src/views/weatherPrognosis/index.vue

@@ -166,7 +166,7 @@ export default {
       if (that.date?.length) {
         that.API.requestData({
           method: "GET",
-          baseURL: "http://192.168.1.18:9002/",
+          baseURL: "http://192.168.1.82:9002/",
           subUrl: "weather/forecast/list",
           data: {
             station: that.changzhan,