From 81f3e14af5dce48eb9cf7e98e07cef25090ec302 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 13 六月 2019 13:15:36 +0800
Subject: [PATCH] 加入 根据车牌号查询停车位信息

---
 WebService/src/main/resources/components/common/commonTop.html |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/WebService/src/main/resources/components/common/commonTop.html b/WebService/src/main/resources/components/common/commonTop.html
index 2498a8a..3a19403 100644
--- a/WebService/src/main/resources/components/common/commonTop.html
+++ b/WebService/src/main/resources/components/common/commonTop.html
@@ -1,4 +1,18 @@
-<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css">
-<link rel="stylesheet" href="/css/common.css">
+<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css"/>
+<link href="/font-awesome/css/font-awesome.css" rel="stylesheet"/>
+<!-- Toastr style -->
+<link href="/css/plugins/toastr/toastr.min.css" rel="stylesheet"/>
+<!-- Gritter -->
+<link href="/js/plugins/gritter/jquery.gritter.css" rel="stylesheet"/>
+<link href="/css/animate.css" rel="stylesheet"/>
+<link href="/css/style.css" rel="stylesheet"/>
+<link rel="stylesheet" href="/css/common.css"/>
 <script src="/js/vue/vue.min.js" ></script>
-<script src="/js/vue/vue-resource.min.js" ></script>
\ No newline at end of file
+<script src="/js/vue/vue-resource.min.js" ></script>
+<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
+<script src="/js/core.js" ></script>
+<script src="/js/vc-constant.js" ></script>
+<script src="/js/vc-validate.js" ></script>
+<script src="/js/bootstrap/bootstrap.min.js" ></script>
+
+

--
Gitblit v1.8.0