1、先在vue项目中安装crypto-js 2、新建一个utils.js文件3、utils.js内容/** * 工具类*/ import Vue from 'vue' import CryptoJS from 'crypto-js' export default ...
確定! 回上一頁