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/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