From c9e8dfabb55c18420946192c5885107235d948b7 Mon Sep 17 00:00:00 2001 From: yulixing Date: Thu, 24 Oct 2019 16:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E7=89=B9=E5=BE=81=E7=A0=81?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=20-->=20=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ad/edit.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/ad/edit.vue b/src/views/ad/edit.vue index a828db5..8348fdf 100644 --- a/src/views/ad/edit.vue +++ b/src/views/ad/edit.vue @@ -429,13 +429,13 @@ export default { ad_sort: [ {type: 'number', message: '广告优先级必须是数值', trigger: 'blur'}, ], - 'ad_property.jump_param': [ - { - required: true, - message: '请填写广告特征码(ad_channel)', - trigger: 'blur', - }, - ], + // 'ad_property.jump_param': [ + // { + // required: true, + // message: '请填写广告特征码(ad_channel)', + // trigger: 'blur', + // }, + // ], 'ad_property.appid': [ {required: true, validator: validateAppId, trigger: 'blur'}, ],