wuhb 3 месяцев назад
Родитель
Сommit
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() {
 function logout() {
-  ElMessageBox.confirm('确定注销并退出系统吗?', '提示', {
+  ElMessageBox.confirm('确定退出系统吗?', '提示', {
     confirmButtonText: '确定',
     confirmButtonText: '确定',
     cancelButtonText: '取消',
     cancelButtonText: '取消',
     type: 'warning'
     type: 'warning'