摘要:
第一步:npm 下载 crypto-js 第二步:在项目utils文件夹新建AES.js文件夹: js代码: import CryptoJS from 'crypto-js' const keyStr = 'xeegj7gggadwdddbtia-ow7x' export default { // 阅读全文
摘要:
第一步:在vuex新建websocket.js文件: export default { namespaced: true, state: { websock: null, url: '', lockReconnect: false, //是否真正建立连接 timeout: 30 * 1000, // 阅读全文