首先我把部分的get session 放在methods裡面再用mounted 去取得這function 以下片段取自navbar.vue methods:{ logout(){ sessionStorage.clear(); alert("登出成功") ...
確定! 回上一頁