lanan-repair-app/pages/white/white.vue

26 lines
209 B
Vue
Raw Normal View History

2025-10-14 20:13:29 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
name: 'White',
data() {
return {
}
},
onLoad() {
uni.navigateBack()
},
methods: {
}
}
</script>
<style>
</style>