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

31 lines
286 B
Vue
Raw Normal View History

2024-10-09 13:34:36 +08:00
<template>
<view class="content">
</view>
</template>
<script>
import {
getToken
} from "@/utils/auth";
export default {
data() {
return {
}
},
onLoad() {
uni.reLaunch({
2024-10-16 17:14:49 +08:00
url: '/pages/login/login'
2024-10-09 13:34:36 +08:00
})
},
methods: {
}
}
</script>
<style>
</style>