home.js里 通过判断this.$route.nam的值来实现该功能
mounted() {
// 进入首页 默认加载上传页面 如果在其他页面刷新 路由还是其他页面
let name = this.$route.name === 'Home' ? 'Upload' : this.$route.name;
this.$router.push({ name: name });
},
版权属于:小小窝/禾下月
本文链接:https://hxyxyz.top/index.php/Web/306.html
本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!