From 1fc82463c1e370a26360e8ee015be17a0dfc468c Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Thu, 11 Jun 2020 19:14:19 +0800 Subject: [PATCH] Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin_manage.git --- 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