提交 c933cb1b authored 作者: 刘旭's avatar 刘旭

登录修改

上级 eccc8d20
...@@ -23,8 +23,8 @@ const avatar = store.state.user.userAvatar ...@@ -23,8 +23,8 @@ const avatar = store.state.user.userAvatar
//退出登录 //退出登录
const loginOut = async () => { const loginOut = async () => {
window.location.href = "/login";
cleanSession(); cleanSession();
window.location.href = "/login";
// let confirm = await global.$myconfirm('确定退出登录吗?') // let confirm = await global.$myconfirm('确定退出登录吗?')
// if (confirm) { // if (confirm) {
// let parm = { // let parm = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论