router.beforeEach((to, from, next) => { myHTTP.get('/users/logininfo').then((res) => { if (res.data.errorCode === ErrorCode.SUCCESS.CODE) { next(); } else ...
確定! 回上一頁