lanan-repair/pages/index/index.vue

28 lines
245 B
Vue
Raw Normal View History

2024-09-22 15:07:01 +08:00
<template>
<view class="content">
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
uni.reLaunch({
url: '/pages/home/home'
})
},
methods: {
}
}
</script>
<style>
</style>