魏志佳 преди 4 години
родител
ревизия
acbe1dbaae
променени са 2 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 3 1
      src/views/modules/earlyWarningRules/configRules.vue
  2. 2 2
      vue.config.js

+ 3 - 1
src/views/modules/earlyWarningRules/configRules.vue

@@ -722,7 +722,7 @@ export default {
                     if(res.success){
                         this.spinning=false;
                         new Promise((resolve,reject)=>{
-                             getAction(this.url.fieldList,{   
+                            getAction(this.url.fieldList,{   
                                 mediaType:res.result.mediaType,
                                 pageNo:1,
                                 pageSize:500,
@@ -762,6 +762,8 @@ export default {
                             this.form=res.result;
                         })
                        
+                    }else{
+
                     }
                 })
             }else{

+ 2 - 2
vue.config.js

@@ -68,7 +68,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-        //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -84,7 +84,7 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-        target:'http://139.186.151.174:8804', //测试
+        // target:'http://139.186.151.174:8804', //测试
 
         ws: false,