chenrui 3 anni fa
parent
commit
aad7daa76c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/tools/UserMenu.vue

+ 1 - 1
src/components/tools/UserMenu.vue

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