Files
medical-mall/pages/mall/consumer/index.uvue
2026-05-14 15:28:09 +08:00

15 lines
164 B
Plaintext

<template>
<view />
</template>
<script>
export default {
onLoad() {
uni.switchTab({ url: '/pages/main/index' });
}
}
</script>
<style scoped>
</style>