Browse Source

bug修复

chenrui 4 năm trước cách đây
mục cha
commit
906a09094f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() => {