摘要:
flask自带的session使用起来很方便,但是最近需求需要session无操作20分钟过期。然后就去设置了 app.permanent_session_lifetime =timedelta(minutes=20) 问题出现了,session是有了,但是一直操作突然后台返回了401,sessio 阅读全文
摘要:
// response interceptor(接收拦截器) axios.interceptors.response.use(function (response) { return response; }, error => { let response = error.response; con 阅读全文
摘要:
margin: 0 auto; 阅读全文