From e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期四, 09 五月 2019 14:30:08 +0800 Subject: [PATCH] 房屋管理开发测试完成 --- WebService/src/main/resources/components/common/commonTop.html | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/WebService/src/main/resources/components/common/commonTop.html b/WebService/src/main/resources/components/common/commonTop.html index b8cfe76..9276f84 100644 --- a/WebService/src/main/resources/components/common/commonTop.html +++ b/WebService/src/main/resources/components/common/commonTop.html @@ -1,12 +1,16 @@ -<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css"> -<link href="/font-awesome/css/font-awesome.css" rel="stylesheet"> +<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"> +<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"> +<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> -<script src="/js/core.js" ></script> \ No newline at end of file +<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