BUG 25784

This commit is contained in:
aixianling
2021-12-23 16:42:14 +08:00
parent 13b6a85497
commit de5bcb1e22
6 changed files with 295 additions and 214 deletions

View File

@@ -9,11 +9,11 @@
</template>
<script>
import Detail from './components/detail'
import Add from './components/add'
import List from './components/list'
import Detail from './detail'
import Add from './add'
import List from './list'
import SearchMap from './components/searchMap'
import Map from './components/map'
import Map from './map'
export default {
name: 'AppBuilding',
@@ -44,4 +44,4 @@ uni-page-body{
.AppBuilding{
height: 100%;
}
</style>
</style>