From 9e29441646434d9f54a2c3e855a724633885d8a4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 13 八月 2019 19:43:49 +0800
Subject: [PATCH] 缓存开发测试完成
---
WebService/src/main/resources/views/floorFlow.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/views/floorFlow.html b/WebService/src/main/resources/views/floorFlow.html
index 27e0316..5a0ef56 100644
--- a/WebService/src/main/resources/views/floorFlow.html
+++ b/WebService/src/main/resources/views/floorFlow.html
@@ -9,7 +9,7 @@
<vc:create name="commonTop"></vc:create>
</head>
<body>
-<vc:create name="loading"></vc:create>
+<vc:create name="bodyTop"></vc:create>
<div id="wrapper">
<vc:create name="menu"></vc:create>
@@ -18,6 +18,9 @@
<div class="row border-bottom">
<vc:create name="nav"></vc:create>
</div>
+ <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
+ <vc:create name="breadcrumb"></vc:create>
+ </div>
<!-- id="component" -->
<div class="wrapper wrapper-content animated fadeInRight">
<vc:create name="listFloor"></vc:create>
--
Gitblit v1.8.0