楼盘表的树目录禁止双击跳转
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -248,8 +248,7 @@ export default { | ... | @@ -248,8 +248,7 @@ export default { |
248 | default: | 248 | default: |
249 | break; | 249 | break; |
250 | } | 250 | } |
251 | 251 | if(item.type == 'zd' ||item.type == 'dz' ||item.type == 'zrz'){ | |
252 | if(item.type){ | ||
253 | this.$router.push({ | 252 | this.$router.push({ |
254 | path: '/'+item.type, | 253 | path: '/'+item.type, |
255 | query:{ | 254 | query:{ | ... | ... |
-
Please register or sign in to post a comment