wuhb 3 月之前
父节点
当前提交
767e4d4414
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ygtx-ui/src/layout/components/Navbar.vue

+ 1 - 1
ygtx-ui/src/layout/components/Navbar.vue

@@ -122,7 +122,7 @@ function close() {
 }
 
 function logout() {
-  ElMessageBox.confirm('确定注销并退出系统吗?', '提示', {
+  ElMessageBox.confirm('确定退出系统吗?', '提示', {
     confirmButtonText: '确定',
     cancelButtonText: '取消',
     type: 'warning'