@frontend-mandatory-standards
变量命名 :避免 data / info / list / result / status 等通用名称,使用 formData / userInfo / taskList 等具体业务名称。