Skip to content

Commit

Permalink
Merge pull request #400 from wklken/bugfix_js_missing_0628
Browse files Browse the repository at this point in the history
bugfix: bkdialog js/css missing while do bind weixin
  • Loading branch information
wklken authored Jun 28, 2021
2 parents 19bee8c + b67b90b commit 02f49ab
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions paas2/paas/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<![endif]-->
<link rel="stylesheet" type="text/css" href="${STATIC_URL}assets/bk-icon-2.0/iconfont.css">
<link rel="stylesheet" type="text/css" href="${STATIC_URL}assets/paas-icons/style.css">
<!-- bkdialog -->
<link rel="stylesheet" href="${STATIC_URL}home/css/index.${CSS_SUFFIX}?v=${STATIC_VERSION}"/>
<!-- bkdialog -->
<link rel="stylesheet" type="text/css" href="${STATIC_URL}assets/bkDialog-2.0/css/dialog.css">
<link rel="stylesheet" href="${STATIC_URL}home/css/index.${CSS_SUFFIX}?v=${STATIC_VERSION}"/>
<link rel="stylesheet" href="${STATIC_URL}user_center/css/weixin.${CSS_SUFFIX}?v=${STATIC_VERSION}"/>
<script src="${STATIC_URL}assets/paas-icons/iconcool.js"></script>
</head>
Expand Down Expand Up @@ -239,12 +240,13 @@
<p>Copyright © 2012-${NOW.year} Tencent BlueKing. All Rights Reserved.</p>
<p>蓝鲸智云 版权所有</p>
</footer>
<script src="${STATIC_URL}assets/jquery-1.10.2.min.js"></script>
<script src="${STATIC_URL}assets/jquery-1.10.2.min.js"></script>
<script src="${STATIC_URL}home/js/Sortable.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<script src="${STATIC_URL}home/js/csrftoken_v3.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<!-- bkdialog -->
<script src="${STATIC_URL}home/js/csrftoken_v3.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<script src="${STATIC_URL}home/js/popper.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<script src="${STATIC_URL}home/js/tippy-bundle.umd.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<!-- bkdialog -->
<script src="${STATIC_URL}assets/bkDialog-2.0/js/dialog.js"></script>
<script src="${STATIC_URL}home/js/index.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<script src="${STATIC_URL}user_center/js/weixin.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<!-- scripts -->
Expand Down

0 comments on commit 02f49ab

Please sign in to comment.