參考鏈接:https://segmentfault.com/q/1010000010714863 ...
methods: { back(){ if (window.history.length <= 1) { this.$router.push({path:'/'}) return false } else { this.$router.go(-1) } } },
參考鏈接:https://segmentfault.com/q/1010000010714863
參考鏈接:https://segmentfault.com/q/1010000010714863 ...
methods: { back(){ if (window.history.length <= 1) { this.$router.push({path:'/'}) return false } else { this.$router.go(-1) } } },
參考鏈接:https://segmentfault.com/q/1010000010714863