Commit 0699e578280ff0b139f19e2eee7f79532a74ec5b
1 parent
8cc9b172
修改引入passwordRulesHelper插件,添加data-exclude=1
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/index.html
| ... | ... | @@ -419,7 +419,7 @@ |
| 419 | 419 | <!-- tipso JS --> |
| 420 | 420 | <script src="/metronic_v4.5.4/plugins/tipso/js/tipso.js"></script> |
| 421 | 421 | <!-- passwordRulesHelper插件 --> |
| 422 | -<script src="/assets/plugins/passwordRulesHelper/passwordRulesHelper.js"></script> | |
| 422 | +<script src="/assets/plugins/passwordRulesHelper/passwordRulesHelper.js" data-exclude=1></script> | |
| 423 | 423 | |
| 424 | 424 | <script data-exclude=1> |
| 425 | 425 | //初始打开的片段地址 | ... | ... |