微信小程序 - 路由拦截

参考文章:https://www.jianshu.com/p/8f33a38a671aweb 代码 /** * 页面路由鉴权相关 */ const isExpired = (auth) => { if (auth.token === '') return false return auth.expireTime - new Date().getTime() > 0 } const gl
相关文章
相关标签/搜索