Skip to content

Commit

Permalink
fix: js引入错误 TencentBlueKing#144
Browse files Browse the repository at this point in the history
  • Loading branch information
v_yutyi committed Nov 25, 2021
1 parent e2ea29f commit bc54ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login/bklogin/templates/account/login_ce.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<script type="text/javascript" src="{{SITE_URL}}jsi18n/i18n/"></script>

<script src="{{STATIC_URL}}assets/jquery-1.10.2.min.js"></script>
<script src="{{STATIC_URL}}js_ce/login.{{JS_SUFFIX}}?v={{STATIC_VERSION}}"></script>
<script src="{{STATIC_URL}}js_ce/login.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js"></script>
<script src="{{STATIC_URL}}js_ce/particles.js"></script>
<script src="{{STATIC_URL}}js_ce/app.js"></script>
Expand Down

0 comments on commit bc54ae8

Please sign in to comment.