朱鑫波 пре 4 година
родитељ
комит
7e0a928a55
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      src/views/modules/autoLaunch/directional/directional.vue
  2. 2 2
      vue.config.js

+ 1 - 0
src/views/modules/autoLaunch/directional/directional.vue

@@ -745,6 +745,7 @@ export default {
             this.retargetTabChange()
             getAction('/kuaishouDirectionalPackage/queryPopulationById' ,params).then(res => {
                 if(res.success) {
+                    this.people = '0';
                     this.retargetAccountId(val.accountId);
                     this.editPerson = res.result;
                     if(res.result.population&&res.result.excludePopulation){

+ 2 - 2
vue.config.js

@@ -77,7 +77,7 @@ module.exports = {
         // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
+        // target: 'http://192.168.1.219:8081', //请求本地 需要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后台项目
@@ -86,7 +86,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.165.84:8806', //测试
+       target:'http://139.186.165.84:8806', //测试
 
         ws: false,