完善退出登录的提示
This commit is contained in:
@@ -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="/";
|
||||||
|
|||||||
Reference in New Issue
Block a user