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