2 Комити 87bca8f492 ... f277df43cc

Аутор SHA1 Порука Датум
  wjx f277df43cc Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage пре 2 дана
  wjx d31c44a0dc fix пре 2 дана

+ 3 - 3
src/pages/launchSystemV3/tencentAdPutIn/create/Dynamic/newDynamic.tsx

@@ -178,9 +178,9 @@ const NewDynamic: React.FC<Props> = ({ putInType, value: newValue, visible, onCl
                 params.automaticSiteEnabled = automaticSiteEnabled
             } else {
                 params.siteSet = siteSet
-                if (siteSet?.length > 0) {
-                    params.siteSet = (siteSet as any).filter((item: string) => item !== 'SITE_SET_SEARCH_SCENE')
-                }
+                // if (siteSet?.length > 0) {
+                //     params.siteSet = (siteSet as any).filter((item: string) => item !== 'SITE_SET_SEARCH_SCENE')
+                // }
             }
             params.taskType = putInType
             if (putInType === 'GAME') {