vue中使用md5

1,606 阅读1分钟

引入

npm install js-md5 -D

使用

import md5 from 'js-md5'
pwd = md5(pwd)
return pwd