想实现退出登陆时 清空store中的数据

方法一 缺点是会白屏一下

window.location.reload()

参考链接

方法二

logout () {
	this.isRouterAlive = false
	this.$nextTick(function () {
		this.isRouterAlive = true
	})
}

参考链接

Logo

前往低代码交流专区

更多推荐