auth.vue
348 Bytes
<template>
<!-- <web-view src="https://newsystem.taekwondo.org.cn/#/authAccurate">
</web-view> -->
<view>123</view>
<view class="content content-bottom">
<footer-menu :active="'auth'" />
</view>
</template>
<script setup>
import {
onLoad
} from '@dcloudio/uni-app'
onLoad(option => {
uni.hideTabBar()
})
</script>
<style>
</style>