if you use vue-router you should use router.push("yourroutename"). Otherwise, window.location.href = 'some url'; works fine for non single-page apps.
確定! 回上一頁