From b3f85b60ba9e39572e686009d36b5e5d7e81e910 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 七月 2019 20:30:10 +0800
Subject: [PATCH] 合并远程信息

---
 WebService/src/main/resources/views/serviceBindingFlow.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/views/serviceBindingFlow.html b/WebService/src/main/resources/views/serviceBindingFlow.html
index 80f9a2f..f5e7872 100644
--- a/WebService/src/main/resources/views/serviceBindingFlow.html
+++ b/WebService/src/main/resources/views/serviceBindingFlow.html
@@ -7,6 +7,7 @@
     <meta charset="UTF-8"/>
     <title>鏈嶅姟缁戝畾|java110</title>
     <vc:create name="commonTop"></vc:create>
+    <link href="/css/plugins/steps/jquery.steps.css" rel="stylesheet"/>
 </head>
 <body>
 <vc:create name="bodyTop"></vc:create>
@@ -18,9 +19,12 @@
         <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="appManage"></vc:create>
+            <vc:create name="serviceBinding"></vc:create>
         </div>
 
         <vc:create name="copyright"></vc:create>

--
Gitblit v1.8.0