Property visible must be accessed with $ or _ are not proxied in the Vue instance to prevent錯誤

MarkCoder發表於2020-06-22

如果出現上面的錯誤,解決辦法

在 src/permission.js 下面調整為下面程式碼

catch (error) {
 // remove token and go to login page to re-login
 await store.dispatch('user/resetToken')
 Message.error(error.message || 'Has Error')
 next(`/login?redirect=${to.path}`)
 NProgress.done()
}

相關文章