@@ -194,7 +194,7 @@ export const createAxiosByinterceptors = (config) => {
// 检测无牌车出场参数, 必须为必填参数
if(/unlicensed-car-checkout/g.test(config.url)) {
const data = config.data
- if(!data.vehicleNo && !data.gateId || !config.data) {
+ if(!data.vehicleNo && !data.qrCodeId || !config.data) {
throw {
response: {
data: {