East 3 anos atrás
pai
commit
f62d309c91

+ 1 - 1
package-lock.json

@@ -7281,7 +7281,7 @@
     },
     "lodash": {
       "version": "4.17.21",
-      "resolved": "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1618847150612&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash%2Fdownload%2Flodash-4.17.21.tgz",
+      "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz",
       "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
     },
     "lodash-es": {

+ 1 - 1
src/views/collectData/charts/hisChart.vue

@@ -47,7 +47,7 @@ export default {
           data: []
         },
         yAxis: {
-          name: '头', // 坐标轴单位
+          name: '头', // 坐标轴单位
           nameTextStyle: { // 坐标轴单位
             padding: [0, 30, 0, 0], // 位置设定
             color: '#000000'

+ 2 - 2
src/views/collectData/collectData.vue

@@ -178,7 +178,7 @@ export default {
         }
       }
       this.$http({
-        url: this.$http.adornUrl(`http://192.168.1.57:9000/dataAnalysis/getPigStockByRegionCode`),
+        url: this.$http.adornUrl(`http://122.112.224.199:9000/dataAnalysis/getPigStockByRegionCode`),
         method: 'post',
         data: this.$http.adornData(data)
       }).then(res => {
@@ -226,7 +226,7 @@ export default {
         regionCode: this.areaSelected
       }
       this.$http({
-        url: this.$http.adornUrl('http://192.168.1.57:9000/dataAnalysis/childPigStock'),
+        url: this.$http.adornUrl('http://122.112.224.199:9000/dataAnalysis/childPigStock'),
         method: 'get',
         params: this.$http.adornParams(params)
       })