|
<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>
|