vue返回上一页面如果没有上一页面返回首页
程序员文章站
2022-07-02 14:03:22
参考链接:https://segmentfault.com/q/1010000010714863 ......
methods: { back(){ if (window.history.length <= 1) { this.$router.push({path:'/'}) return false } else { this.$router.go(-1) } } },
上一篇: 音乐旋律提取算法 附可执行demo
下一篇: 网络安全之密码