From 479c13a8ef86f969ca92a1196e2887802ec93299 Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期四, 05 三月 2020 17:09:50 +0800
Subject: [PATCH] 优化采购申请

---
 WebService/src/main/resources/views/index.html |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/views/index.html b/WebService/src/main/resources/views/index.html
index 2925842..b0ed1e0 100644
--- a/WebService/src/main/resources/views/index.html
+++ b/WebService/src/main/resources/views/index.html
@@ -5,10 +5,29 @@
       xmlns:vc="http://www.thymeleaf.org">
 <head>
     <meta charset="UTF-8"/>
-    <title>Title</title>
+    <title>灏忓尯绠$悊绯荤粺|java110</title>
+    <vc:create name="commonTop"></vc:create>
+    <script src="/js/plugins/echart/echarts.min.js"></script>
+    <script src="/js/plugins/echart/china.js"></script>
 </head>
 <body>
+<vc:create name="loading"></vc:create>
+<div id="wrapper">
+    <vc:create name="menu"></vc:create>
 
-<vc:create name="login"></vc:create>
+
+    <div id="page-wrapper" class="gray-bg dashbard-1">
+        <div class="row border-bottom">
+            <vc:create name="nav"></vc:create>
+        </div>
+
+        <vc:create name="indexContext"></vc:create>
+
+
+        <vc:create name="copyright"></vc:create>
+
+    </div>
+</div>
+<vc:create name="commonBottom"></vc:create>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.8.0