new_app/pages/index/index.vue

21 lines
310 B
Vue

<template>
ios
anzhuo
</template>
<script setup>
// import http from '@/http/http.js'
// http.request({
// url:'app/common/getAppUseKv'
// }).then(res=>{
// console.log(res);
// })
// 搜索跳转
// uni.navigateTo({
// url: '/pages/index/search/index'
// });
</script>
<style>
</style>