Commit 72b1ebce48ae8a44b7539016e9c721cfd077d8e2
1 parent
5d73e3d6
关闭登陆操作
Showing
1 changed file
with
2 additions
and
2 deletions
setting.html
... | ... | @@ -21,11 +21,11 @@ |
21 | 21 | <body> |
22 | 22 | <div class="header">年会抽奖后台</div> |
23 | 23 | <ul class="main"> |
24 | - <li> | |
24 | + <!--<li> | |
25 | 25 | <input id = "pwd" type="password" /> |
26 | 26 | <button onclick="setting.login()">登录</button> |
27 | 27 | <button onclick="setting.loginOut()">退出</button> |
28 | - </li> | |
28 | + </li>--> | |
29 | 29 | <!--<li> |
30 | 30 | <a href="http://t.dev/party/generateUserCache.php" target="_blank">用户数据拉取到本地</a> |
31 | 31 | </li>--> | ... | ... |