refactor: 移除多余的console.log语句以清理代码
清理了多个组件和视图中的console.log语句,以提高代码的可读性和维护性,避免在生产环境中输出不必要的调试信息。
This commit is contained in:
@@ -229,7 +229,6 @@ const selectOption = (type, value) => {
|
||||
break;
|
||||
}
|
||||
|
||||
console.log('pitchValue', pitchValue.value);
|
||||
emit('handleTransfer', pitchValue)
|
||||
|
||||
}
|
||||
|
||||
@@ -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 || []
|
||||
|
||||
Reference in New Issue
Block a user