ソースを参照

'改智能投放'

魏志佳 4 年 前
コミット
aa8b044e5d
2 ファイル変更5 行追加4 行削除
  1. 3 2
      src/views/modules/autoLaunch/configLaunchInfo.vue
  2. 2 2
      vue.config.js

+ 3 - 2
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -1358,7 +1358,8 @@ export default {
         accountId(newValue,oldValue){
             setTimeout(()=>{
                  this.form.setFieldsValue({
-                    appId:undefined
+                    appId:undefined,
+                    ocpxActionType:undefined
                 })
             },0)
             if(newValue){
@@ -1377,7 +1378,7 @@ export default {
                 }).then(res => {
                     if (res.success) {
                         this.groupTypeData = res.result
-                        resolve()
+                        
                     }
                 })
                

+ 2 - 2
vue.config.js

@@ -80,13 +80,13 @@ 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://139.186.151.174:8804', //测试
+       target:'http://139.186.151.174:8804', //测试
 
         ws: false,