ページバック前に判定を追加 (#5822)
This commit is contained in:
parent
93457eacf7
commit
2a5a055d1c
|
@ -251,7 +251,7 @@ export default Vue.extend({
|
|||
|
||||
methods: {
|
||||
back() {
|
||||
window.history.back();
|
||||
if (this.canBack) window.history.back();
|
||||
},
|
||||
|
||||
post() {
|
||||
|
|
Loading…
Reference in New Issue