@@ -67,7 +67,7 @@ export default {
handleLogout () {
this.$confirm({
title: '提示',
- content: '真的要退出登录吗 ?',
+ content: '确定要退出登录吗 ?',
centered: true,
onOk: () => {
return this.Logout({}).then(() => {