From a54a28a5a26e86d6b32990bfbb174c350b917b47 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期四, 18 七月 2019 15:03:51 +0800 Subject: [PATCH] 加入服务下一步限制功能 --- WebService/src/main/resources/components/common/commonBottom.html | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/WebService/src/main/resources/components/common/commonBottom.html b/WebService/src/main/resources/components/common/commonBottom.html index ea03786..7c9aff3 100644 --- a/WebService/src/main/resources/components/common/commonBottom.html +++ b/WebService/src/main/resources/components/common/commonBottom.html @@ -1,12 +1,13 @@ -<script src="/js/bootstrap/jquery-3.3.1.min.js"></script> -<script src="/js/bootstrap/bootstrap.min.js" ></script> <script src="/js/common.js" ></script> <!-- Mainly scripts --> <script src="/js/popper.min.js"></script> -<script src="/js/bootstrap/bootstrap.js"></script> +<!-- +<script src="/js/bootstrap/bootstrap.js"></script>--> +<!-- <script src="/js/plugins/metisMenu/jquery.metisMenu.js"></script> +--> <script src="/js/plugins/slimscroll/jquery.slimscroll.min.js"></script> <!-- Flot --> @@ -40,4 +41,5 @@ <script src="/js/plugins/chartJs/Chart.min.js"></script> <!-- Toastr --> -<script src="/js/plugins/toastr/toastr.min.js"></script> \ No newline at end of file +<script src="/js/plugins/toastr/toastr.min.js"></script> +<script src="/js/vc-core.js" ></script> \ No newline at end of file -- Gitblit v1.8.0