lanan-repair/pages/index/index.vue
2024-09-28 00:43:23 +08:00

31 lines
289 B
Vue

<template>
<view class="content">
</view>
</template>
<script>
import {
getToken
} from "@/utils/auth";
export default {
data() {
return {
}
},
onLoad() {
uni.reLaunch({
url: '/pages-home/home/home'
})
},
methods: {
}
}
</script>
<style>
</style>