加密方法升级md5改成 sha256

This commit is contained in:
li.yuetong
2022-09-09 11:25:29 +08:00
parent 417cda220c
commit 3d044139b5
6 changed files with 15 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ Vue.prototype.$MD5 = md5
Vue.prototype.$CryptoJs = cryptoJs
Vue.prototype.$CacheUtils = cacheUtils
// 全局 防重复点击
Vue.directive('no-more-click', noMoreClick)
//解决ios移动端input调软键盘问题