shjz-applet/pages/gps/gps.vue

13 lines
192 B
Vue
Raw Normal View History

2022-08-12 10:25:42 +00:00
<template>
<view>
<web-view src="https://www.link4future.com"></web-view>
<!-- 尾部 -->
<foot-tab :current="2"></foot-tab>
</view>
</template>
<script>
</script>
<style>
</style>