Bladeren bron

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 3 maanden geleden
bovenliggende
commit
e9d57c76d2

+ 0 - 2
src/pages/launchSystemV3/tencentAdPutIn/create/Material/addMaterial.tsx

@@ -216,7 +216,6 @@ const AddMaterial: React.FC<Props> = ({ creativeTemplateId, materialData, delive
                                 sizeQueries: [
                                     { relation: '=', width: 800, height: 800 },
                                     { relation: '=', width: 1280, height: 720 },
-                                    { relation: '=', width: 720, height: 1280 },
                                     { relation: '=', width: 960, height: 334 },
                                     { relation: '=', width: 480, height: 320 },
                                     { relation: '=', width: 1080, height: 1920 }
@@ -358,7 +357,6 @@ const AddMaterial: React.FC<Props> = ({ creativeTemplateId, materialData, delive
                                                                 sizeQueries: [
                                                                     { relation: '=', width: 800, height: 800 },
                                                                     { relation: '=', width: 1280, height: 720 },
-                                                                    { relation: '=', width: 720, height: 1280 },
                                                                     { relation: '=', width: 960, height: 334 },
                                                                     { relation: '=', width: 480, height: 320 },
                                                                     { relation: '=', width: 1080, height: 1920 }

+ 0 - 1
src/pages/launchSystemV3/tencentAdPutIn/create/index.tsx

@@ -917,7 +917,6 @@ const Create: React.FC = () => {
     const clearData = () => {
         setTableData({})
     }
-    console.log('process.env.NODE_ENV-->', process.env)
 
     return <Space direction="vertical" style={{ width: '100%' }}>
         <Spin spinning={createAdgroupTask.loading || getSelectTaskDetail.loading || getCreativeDetails.loading}>