From a1b85d0789f05328b3bae629c118091029cc47f9 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 22 Mar 2022 17:43:04 +0800
Subject: [PATCH] complete wallet list

---
 src/main/resources/templates/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 3f44ab6..2c2f8b6 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -35,7 +35,7 @@
         treeSelect: 'lay/extends/treeSelect',
         apexcharts: 'lay/extends/apexcharts.min',
         eleTree: 'lay/extends/eleTree',
-        enhance: 'lay/extends/enhance'
+        // enhance: 'lay/extends/enhance'
     }).use(['index']);
 </script>
 </body>

--
Gitblit v1.9.1