lanan-repair-app/pages/index/index.vue
2024-10-09 13:34:36 +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>