refactor: 移除多余的console.log语句以清理代码

清理了多个组件和视图中的console.log语句,以提高代码的可读性和维护性,避免在生产环境中输出不必要的调试信息。
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-10 18:56:24 +08:00
parent a320cb9d97
commit 1ea3894be8
20 changed files with 6 additions and 39 deletions

View File

@@ -229,7 +229,6 @@ const selectOption = (type, value) => {
break;
}
console.log('pitchValue', pitchValue.value);
emit('handleTransfer', pitchValue)
}

View File

@@ -290,7 +290,6 @@ let pitchValue = ref({
watchEffect(() => {
// nearSchoolList = store.state.apartment.school || []
nearSchoolList = store.state.schoolList || []
console.log("nearSchoolList", nearSchoolList)
roomTypeList = store.state.apartment.roomtype || []
roomTypeKey = store.state.roomTypeKey || {}
roomlistingsList = store.state.apartment.roomlistings || []