摘要: 1 import CryptoJS from 'crypto-js' 2 export default { 3 // 加密 4 encrypt (word, keyStr) { 5 keyStr = keyStr || 'oe.yitu-inc.com' 6 let key = CryptoJS.e 阅读全文
posted @ 2020-05-09 12:35 奇多Cheeto 阅读(3560) 评论(0) 推荐(0)
摘要: 注:问题主要出现在项目中引用mockjs 影响原生ajax的responseType,导致配置blob方式无法生效,注释引用mockjs,实现文档流下载 1 // 方法一 直接打开新标签页,IE会出现兼容问题 2 window.open('/api/delivery/channel/export?' 阅读全文
posted @ 2020-05-09 12:34 奇多Cheeto 阅读(3567) 评论(0) 推荐(0)
摘要: 1 <template> 2 <div> 3 <div id="china-map" style="width:1000px;height:700px;float:left"></div> 4 </div> 5 </template> 6 <script> 7 import echarts from 阅读全文
posted @ 2020-05-09 12:32 奇多Cheeto 阅读(518) 评论(0) 推荐(0)
摘要: 1 <template> 2 <quill-editor 3 style="width:100%;height:100%" 4 v-model="content" 5 ref="myQuillEditor" 6 :options="editorOption" 7 @blur="onEditorBlu 阅读全文
posted @ 2020-05-09 12:30 奇多Cheeto 阅读(576) 评论(0) 推荐(0)