vue中使用md5加密

556 阅读1分钟

安装

npm install js-md5 --save

引入

import md5 from 'js-md5';

使用

let psd = '123123'
md5(psd)  //psd传字符串