添加底部导航栏
This commit is contained in:
20
pages/video/index.vue
Normal file
20
pages/video/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user