This commit is contained in:
花有清香月有阴
2021-12-23 17:19:25 +08:00

View File

@@ -34,6 +34,9 @@ export default {
this.component = e.type this.component = e.type
} }
}, },
mounted() {
document.title = "以房找人"
}
} }
</script> </script>
@@ -41,6 +44,7 @@ export default {
uni-page-body { uni-page-body {
height: 100%; height: 100%;
} }
.AppBuilding { .AppBuilding {
height: 100%; height: 100%;
} }