<template> <view> </view> </template> <script> export default { data() { return { } }, onLoad() { uni.navigateTo({ url: '/pages/subpack/pages/login/login' }) }, methods: { } } </script> <style> </style>