<template> <view class="content"> </view> </template> <script setup lang="ts"> uni.reLaunch({ url: '/pages/login/index', }) </script> <style scoped lang="scss"></style>