new_app/pages/video/index.vue

21 lines
292 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>