wzz преди 4 години
родител
ревизия
77727307e1

+ 1 - 1
src/views/account/AccountIndex.vue

@@ -84,7 +84,7 @@ export default {
       currentPage: 1,
       sum: 0,
       pageSize: 20,
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
       platformId: "",
     };
   },

+ 1 - 1
src/views/data/InforList.vue

@@ -195,7 +195,7 @@ export default {
         height: "30px",
         overflow: "hidden",
       },
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
       userId: 254,
     };
   },

+ 1 - 1
src/views/data/UploadLink.vue

@@ -281,7 +281,7 @@ export default {
       },
       file: "",
       dictList: [],
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
       firmsDataCount: null,
       userId: 254,
     };

+ 1 - 1
src/views/data/UploadLink/sonUploadLink.vue

@@ -230,7 +230,7 @@ export default {
       },
       file: "",
       dictList: [],
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
       firmsDataCount: null,
       userId: 254,
     };

+ 1 - 1
src/views/data/UploadLinks.vue

@@ -70,7 +70,7 @@ export default {
       areaValue: "",
       startTime: "",
       endTime: "",
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
     };
   },
   computed: {

+ 1 - 1
src/views/data/UploadRecord.vue

@@ -59,7 +59,7 @@ export default {
       pageSize: 20,
       tableData: [],
       asc: false,
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
     };
   },
   computed: {

+ 1 - 1
src/views/data/components/InfoListItemDetail.vue

@@ -96,7 +96,7 @@ export default {
     return {
       status: false,
       dataObj: {},
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
       informationId: this.$route.query.informationId || "",
       nowIndex: this.$route.query.nowIndex || "",
 

+ 1 - 1
src/views/data/components/UploadRecordDetail.vue

@@ -123,7 +123,7 @@ export default {
       page: (this.$route.query && this.$route.query.page) || 20,
       detailData: {},
       areaList: [],
-      onlineUrl: "http://8.136.230.133:8080",
+      onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
     };
   },
   computed: {

+ 2 - 1
vue.config.js

@@ -3,7 +3,8 @@ module.exports = {
     devServer: {
         proxy: {
             '/api':{
-                 target:"http://8.136.230.133:8080",//这里设置你要访问的域名(或IP+端口)
+                 //target:"http://8.136.230.133:8080",//这里设置你要访问的域名(或IP+端口)   //测试
+                target:"http://8.140.188.129:8080",//这里设置你要访问的域名(或IP+端口) //线上
                 //target:"http://192.168.2.122:8080",//这里设置你要访问的域名(或IP+端口)
                 changeOrigin:true,
                 pathRewrite:{