From 42996aa74b9f44c26d275e8afbbe4e206c57a8e7 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 27 Mar 2022 21:38:36 +0800
Subject: [PATCH] add simulate data

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

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

--
Gitblit v1.9.1