添加判断iso和安卓

This commit is contained in:
duan
2025-01-06 14:28:52 +08:00
parent f28d2b8a3d
commit f016c3094d
6 changed files with 29 additions and 57 deletions

View File

@@ -4,16 +4,7 @@
</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>