@@ -657,7 +657,7 @@ export default {
if (/CAR_HAS_PLATE/.test(err.code)) {
return
}
- if (/CAR_NOT_FOUND|INOUT_FAILED/.test(err.code)) {
+ if (/CAR_NOT_FOUND|INOUT_FAILED|UNLICENSED_PLATE_ACQUISITION_FAILED/.test(err.code)) {
// 如果是其他错误的话,则继续往下执行
this.$router.push({
path: 'parkingFeeMsg',
@@ -195,7 +195,7 @@ export default {
- if (/CAR_NOT_FOUND/.test(err.code)) {
+ if (/CAR_NOT_FOUND|UNLICENSED_PLATE_ACQUISITION_FAILED/.test(err.code)) {
setTimeout(() => {
this.$router.replace({