window.onNuxtReady(() => { window.$nuxt.$router.replace({ path: '/login', query: { // 保存上一个页面的访问路径 redirect: router.currentRoute.fullPath } })})