<template>
<view class="content">
</view>
</template>
<script>
import {
getToken
} from "@/utils/auth";
export default {
data() {
return {
}
},
onLoad() {
uni.reLaunch({
url: '/pages/login/login'
})
methods: {
</script>
<style>
</style>