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