소스 검색

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(() => {