Parcourir la source

merge yufei 账户配置

jiayufei il y a 4 ans
Parent
commit
757b964765
2 fichiers modifiés avec 3 ajouts et 22 suppressions
  1. 0 19
      src/views/modules/account-config/account-config.vue
  2. 3 3
      vue.config.js

+ 0 - 19
src/views/modules/account-config/account-config.vue

@@ -349,25 +349,6 @@ export default {
             };
             let paramsData = new FormData();
             if (type === 'mod') {
-                record.visible = false;
-                // if (this.updateModTxt === 'FIX') {
-                //     paramsData.append('type', 1);
-                //     paramsData.append('id', defaultList.id);
-                //     paramsData.append('adCpaBid', this.modContent);
-                // }
-                // else if (this.updateModTxt === 'RAND') {
-                //     paramsData.append('type', 1);
-                //     paramsData.append('id', defaultList.id);
-                //     paramsData.append('adMinBid', this.adMinBid);
-                //     paramsData.append('adMaxBid', this.adMaxBid);
-                // }
-                // else if (this.updateModTxt === 'STEP') {
-                //     paramsData.append('type', 1);
-                //     paramsData.append('id', defaultList.id);
-                //     paramsData.append('adMinBid', this.adMinBid);
-                //     paramsData.append('adMaxBid', this.adMaxBid);
-                //     paramsData.append('adStepBid', this.adStepBid);
-                // }
             }
             else if (type === 'budget') {
                 if (Number(defaultList.budget) >= record.adBudget && Number(defaultList.budget) < (record.adBudget + 100)) {

+ 3 - 3
vue.config.js

@@ -69,7 +69,7 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
           // target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-          target: 'http://192.168.1.3:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+          // target: 'http://192.168.1.3:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.62:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -80,14 +80,14 @@ module.exports = {
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  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://192.168.1.43:8080', // 子安
-       target:'http://139.186.165.84:8806', //测试
+      //  target:'http://139.186.165.84:8806', //测试
 
         ws: false,