From 818e8d1810bcdcbeae5a948ecd115ff0ce5a1f54 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期三, 26 七月 2023 17:56:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 cloud-server-management/src/main/webapp/WEB-INF/view/common/_tab.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/common/_tab.html b/cloud-server-management/src/main/webapp/WEB-INF/view/common/_tab.html
index fd3bc07..b529b6a 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/common/_tab.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/common/_tab.html
@@ -19,14 +19,14 @@
                         </span>
                     </a>
                     <ul class="dropdown-menu m-t-xs">
-                        <li><a class="J_menuItem" href="${ctxPath}/mgr/user_info">personal data</a></li>
-                        <li><a class="J_menuItem" href="${ctxPath}/mgr/user_chpwd">change password</a></li>
+                        <li><a class="J_menuItem" href="${ctxPath}/mgr/user_info">个人资料</a></li>
+                        <li><a class="J_menuItem" href="${ctxPath}/mgr/user_chpwd">修改密码</a></li>
                         <li class="divider"></li>
-                        <li><a href="${ctxPath}/logout">Exit</a>
+                        <li><a href="${ctxPath}/logout">安全退出</a>
                         </li>
                     </ul>
                 </div>
-                <div class="logo-element">MS
+                <div class="logo-element">玩湃
                 </div>
             </li>
             

--
Gitblit v1.7.1