13 lines
192 B
Vue
13 lines
192 B
Vue
|
<template>
|
||
|
<view>
|
||
|
<web-view src="https://www.link4future.com"></web-view>
|
||
|
<!-- 尾部 -->
|
||
|
<foot-tab :current="2"></foot-tab>
|
||
|
</view>
|
||
|
</template>
|
||
|
<script>
|
||
|
|
||
|
</script>
|
||
|
<style>
|
||
|
|
||
|
</style>
|