- 博客(3)
- 收藏
- 关注
原创 webpack避免发布新的版本有浏览器缓存
路径中使用 hash,每次构建时会有一个不同 hash 值,避免发布新版本时线上使用浏览器缓存module.exports = { // ... output: { filename: '[name].js', path: __dirname + '/dist/[hash]', },}...
2018-09-07 22:21:08 3223
原创 前后端分离前端vue后端python登录验证
vue使用axios默认设置不携带cookie 需要设置 axios.defaults.withCredentials=true后台python设置setting.pyCORS_ORIGIN_ALLOW_ALL = FalseCORS_ORIGIN_WHITELIST = ( '127.0.0.1:8080',)# If True, cookies wil...
2018-07-27 11:15:47 3174
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人