Commit 56c50c1cdc5d40e1eda8467294fa9eb4a9ddbb8b
1 parent
4bb52f51
update...
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/static/pages/permission/authorize_all/user_auth.html
| ... | ... | @@ -131,7 +131,8 @@ |
| 131 | 131 | <script id="authorize-user-auth-title-temp" type="text/html"> |
| 132 | 132 | <div style="font-weight: 600;">{{name}}({{userName}}) |
| 133 | 133 | </div> |
| 134 | - <div class="desc">最近登录 {{lastLoginDateStr}}</div> | |
| 134 | + <!--<div class="desc">最近登录 {{lastLoginDateStr}}</div>--> | |
| 135 | + <div class="desc">...</div> | |
| 135 | 136 | </script> |
| 136 | 137 | |
| 137 | 138 | <script id="authorize-modal-lines-temp" type="text/html"> | ... | ... |