摘要: (window as any).namespace 阅读全文
posted @ 2019-01-26 20:49 星陨的菲 阅读(797) 评论(0) 推荐(0) 编辑
摘要: // 需要安装的库yarn add raven-js --saveyarn add raven-for-redux --save // 在创建store的地方import * as Raven from "raven-js";import * as createRavenMiddleware fro 阅读全文
posted @ 2019-01-26 20:20 星陨的菲 阅读(2088) 评论(0) 推荐(0) 编辑
摘要: 之前一直用 crypto-js进行加密,新项目需要使用rsa加密,这里就专门找了下 npm i jsencrypt,然后页面头引入import JSEncrypt from 'jsencrypt';const encrypt = new JSEncrypt();encrypt.setPublicKe 阅读全文
posted @ 2019-01-26 15:43 星陨的菲 阅读(2931) 评论(0) 推荐(0) 编辑