From 0894b9328ae1c11146175b492ae348bbd4b13404 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 29 四月 2019 16:42:32 +0800
Subject: [PATCH] 加入统一消息提示功能 请用 vc.messege('错误内容')
---
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