添加底部导航栏

This commit is contained in:
duan
2025-01-06 14:13:50 +08:00
parent 0f21358421
commit 22e6d8b1e8
17 changed files with 404 additions and 6 deletions

20
pages/video/index.vue Normal file
View File

@@ -0,0 +1,20 @@
<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>