完善退出登录的提示

This commit is contained in:
季圣华
2023-08-09 00:32:18 +08:00
parent 765f0a7ffa
commit 8de438b0e1

View File

@@ -151,7 +151,7 @@
this.$confirm({ this.$confirm({
title: '提示', title: '提示',
content: '真的要注销登录吗 ?', content: '真的要退出登录吗 ?',
onOk() { onOk() {
return that.Logout({}).then(() => { return that.Logout({}).then(() => {
window.location.href="/"; window.location.href="/";