From 00814401bba75825126baa6675e542ea3c82a5bb Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 14 三月 2025 12:19:39 +0800
Subject: [PATCH] 日期

---
 pages/selPrj/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/selPrj/index.vue b/pages/selPrj/index.vue
index 7b43fab..619f235 100644
--- a/pages/selPrj/index.vue
+++ b/pages/selPrj/index.vue
@@ -82,7 +82,7 @@
 					title: this.translateSys("error") + "1.1",
 					content: ex.errMsg,
 					showCancel: false,
-					confirmText: this.translateSys("cancel")
+					confirmText: this.translateSys("close")
 				});
 			});
 		},
@@ -140,7 +140,7 @@
 						title: this.translateSys("error") + "2.1",
 						content: ex.errMsg,
 						showCancel: false,
-						confirmText: this.translateSys("cancel")
+						confirmText: this.translateSys("close")
 					});
 				});
 
@@ -169,7 +169,7 @@
 						title: this.translateSys("tip"),
 						content: this.translate('tip_no_select_project'),
 						showCancel: false,
-						confirmText: this.translateSys("cancel")
+						confirmText: this.translateSys("close")
 					});
 					return;
 				}

--
Gitblit v1.9.1