From 035539b4e23f36b10dfba16fec01f26d3c629e29 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期三, 08 五月 2019 23:42:25 +0800 Subject: [PATCH] 房屋管理开发完成 --- WebService/src/main/resources/components/common/commonTop.html | 18 +++++++++++++++--- 1 files changed, 15 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..9276f84 100644 --- a/WebService/src/main/resources/components/common/commonTop.html +++ b/WebService/src/main/resources/components/common/commonTop.html @@ -1,4 +1,16 @@ -<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> + -- Gitblit v1.8.0