From e5cfdead9c1c6f52b538bfda058332718f0fadce Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期三, 26 七月 2023 14:55:03 +0800 Subject: [PATCH] 管理后台的初始化设置 --- 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