Explorar o código

Merge branch 'master' of http://192.168.1.7:3000/xsh1997/huimv_cloud_client

xsh %!s(int64=3) %!d(string=hai) anos
pai
achega
bb44e7f00d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/views/collectData/collectData.vue
  2. 1 1
      src/views/collectData/update.vue

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

@@ -367,7 +367,7 @@ export default {
     // 牧场排名 - 表格
     init () {
       this.$http({
-        url: this.$http.adornUrl(`http://122.112.224.199:9000/management/sowranktable/list`),
+        url: this.$http.adornUrl(`http://122.112.224.199:9500/management/sowranktable/list`),
         method: 'get',
         data: this.$http.adornData({
           'page': this.pageNum,

+ 1 - 1
src/views/collectData/update.vue

@@ -94,7 +94,7 @@ export default {
       this.$refs['form'].validate((valid) => {
         if (valid) {
           this.$http({
-            url: this.$http.adornUrl(`http://122.112.224.199:9000/management/sowranktable/update`),
+            url: this.$http.adornUrl(`http://122.112.224.199:9500/management/sowranktable/update`),
             method: 'post',
             data: this.$http.adornData({
               'id': this.form.id,