fix: 修复bug

pull/16/head^2
TianYu 2023-06-08 16:44:43 +08:00
parent 14d89110a4
commit e760a69ff9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
}, },
// //
isProperty() { isProperty() {
const is_property = this.$route.query.isProperty || false const is_property = this.$route.query.isProperty || '0'
console.log('is_property', is_property) console.log('is_property', is_property)
if(parseInt(is_property) === 1){ if(parseInt(is_property) === 1){
this.$store.commit("SET_IS_PROPERTY", !!is_property) this.$store.commit("SET_IS_PROPERTY", !!is_property)