添加判断iso和安卓
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import http from '@/http/http.js'
|
||||
http.request({
|
||||
url:'app/common/getAppUseKv'
|
||||
}).then(res=>{
|
||||
console.log(res);
|
||||
})
|
||||
// import http from '@/http/http.js'
|
||||
// http.request({
|
||||
// url:'app/common/getAppUseKv'
|
||||
// }).then(res=>{
|
||||
// console.log(res);
|
||||
// })
|
||||
// 搜索跳转
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/index/search/index'
|
||||
|
||||
Reference in New Issue
Block a user