|
@@ -153,7 +153,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
toPay(carno) {
|
|
|
- if(this.isNoLogin) return
|
|
|
+ // if(this.isNoLogin) return 本次注释提供无vipcode 查询车牌车费
|
|
|
this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
|
|
|
name: 'parkingFeeDetail',
|
|
|
});
|
|
@@ -229,7 +229,7 @@ export default {
|
|
|
},
|
|
|
// 编辑
|
|
|
toEdit(item) {
|
|
|
- if(this.isNoLogin) return
|
|
|
+ // if(this.isNoLogin) return 本次注释提供无vipcode 编辑车牌
|
|
|
if (!item) {
|
|
|
return;
|
|
|
}
|