瀏覽代碼

bug修复

chenrui 4 年之前
父節點
當前提交
906a09094f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(() => {