const router = new Router({ mode: ‘‘, routes, }); //避免打包到django后刷新报错
module.exports = { assetsDir:‘./static/static/‘, }
更多配置可参考:https://cli.vuejs.org/zh/config/#publicpath
window.location.href = ‘./account/logout/‘
VUE+DJANGO
原文:https://www.cnblogs.com/CGCong/p/10845703.html