export const form = { id:null, brandName: undefined, } export const rules = { brandName:[{required:true,message:'请输入品牌名',trigger:'blur'}], }