From df483646c9416d7718a8d009201f7b12158725c3 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 09 Jun 2020 20:01:23 +0800 Subject: [PATCH] modify --- src/main/resources/templates/febs/views/index.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/febs/views/index.html b/src/main/resources/templates/febs/views/index.html index d27068d..a46deb5 100644 --- a/src/main/resources/templates/febs/views/index.html +++ b/src/main/resources/templates/febs/views/index.html @@ -99,9 +99,9 @@ <div class="layui-col-md-offset5"> <table class="login-count-table"> <tr> - <td>今日IP</td> - <td>今日访问</td> - <td>总访问量</td> + <td>注册用户数量</td> + <td>持仓用户数量</td> + <td>当前平台总金额</td> </tr> <tr> <td class="count" id="today-ip"> -- Gitblit v1.9.1