handleRefresh() {
const { fullPath } = this.$route
this.$router.replace({
path: '/redirect' + fullPath
})
},
前端强刷页面
最新推荐文章于 2025-06-14 09:31:01 发布
handleRefresh() {
const { fullPath } = this.$route
this.$router.replace({
path: '/redirect' + fullPath
})
},