Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -166,12 +166,14 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive } from "vue";
|
||||
import listItem from "../components/apartmentList/apartmentList.vue";
|
||||
import pageTopBar from '../components/pageTopBar/pageTopBar.vue';
|
||||
import indexWaterfallBox from "../components/indexWaterfallBox/indexWaterfallBox.vue";
|
||||
import seachModule from "../components/seachModule/seachModule.vue";
|
||||
import indexRegularBox from '../components/indexRegularBox/indexRegularBox.vue';
|
||||
import headerNavigation from '../components/public/head.vue'
|
||||
import api from "../utils/api";
|
||||
|
||||
//
|
||||
let informationData = [
|
||||
@@ -194,6 +196,12 @@ let ListSelectBtn = [
|
||||
text: '已认证'
|
||||
},
|
||||
]
|
||||
|
||||
let indexData= reactive({data:[]})
|
||||
api.index().then(res=>{
|
||||
console.log(res)
|
||||
})
|
||||
|
||||
</script>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user