|
@@ -1466,10 +1466,8 @@ export default {
|
|
|
this.configForm.adRetargetingTagsExclude = '';
|
|
|
this.configForm.updateGetingExclude = [];
|
|
|
this.configForm.adRetargetingTagsType = '';
|
|
|
- if (!this.platformLoadingType) {
|
|
|
- this.configForm.adPlatform = 'NONE';
|
|
|
- this.platformLoadingType = '';
|
|
|
- }
|
|
|
+ this.configForm.adPlatform = 'NONE';
|
|
|
+ this.platformLoadingType = '';
|
|
|
this.configForm.adDeviceSelectType = ['NONE'];
|
|
|
this.configForm.adAndroidVersion = 'NONE';
|
|
|
this.configForm.adSelectAc = ['NONE'];
|