diff --git a/jshERP-web/src/components/tools/UserMenu.vue b/jshERP-web/src/components/tools/UserMenu.vue index f2ab14de..6b5cc8cf 100644 --- a/jshERP-web/src/components/tools/UserMenu.vue +++ b/jshERP-web/src/components/tools/UserMenu.vue @@ -151,7 +151,7 @@ this.$confirm({ title: '提示', - content: '真的要注销登录吗 ?', + content: '真的要退出登录吗 ?', onOk() { return that.Logout({}).then(() => { window.location.href="/";