Now you can reference the browser local storage to check if the user is authenticated. localStorage.getItem('isAuth') === 'true' // true. Now ...
確定! 回上一頁