1.router类型不能设置为history

const router = new Router({
  mode: '',
  routes,
});
//避免打包到django后刷新报错

2.样式放static里面,适配django

 VUE+DJANGO 随笔

3.在根目录新建vue.config.js

module.exports = {
  assetsDir:'./static/static/',
}

更多配置可参考:https://cli.vuejs.org/zh/config/#publicpath

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

4.退出参考

window.location.href = './account/logout/'

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄