摘要:
##解决 plus.screen.lockOrientation('portrait-primary'); //强制App竖屏,不可旋转横屏 "screenOrientation": [ //应用支持的横竖屏 "portrait-primary", //支持竖屏 // "portrait-secon 阅读全文
摘要:
## 使用sortable.js实现 ###官方网站: http://www.sortablejs.com/ ###中文文档: https://www.itxst.com/sortablejs/neuinffi.html ``` 1、yarn add sortablejs 2、需要重新运行项目 `` 阅读全文
摘要:
###转自:https://blog.csdn.net/weixin_43304109/article/details/128632430 ##第1种: uglifyjs-webpack-plugin插件,配置在vue.config.js中,不支持es6,已归档,不再维护,不推荐,vue-cli3, 阅读全文
摘要:
###贴代码 <el-cascader style="width: 100%" ref="subjectMajorCascaderElem" placeholder="请选择" @change="selectSubjectMajor" filterable clearable v-model="ba 阅读全文
摘要:
基础正则表达式速查表 转自:https://www.r2coding.com/#/ 字符 表达式 描述 [abc] 字符集。匹配集合中所含的任一字符。 [^abc] 否定字符集。匹配任何不在集合中的字符。 [a-z] 字符范围。匹配指定范围内的任意字符。 . 匹配除换行符以外的任何单个字符。 \ 转 阅读全文
摘要:
在上传文件的时候,需要限制指定的文件类型。 <input type="file" accept="image/*" /> accept表示可以上传文件类型,image表示图片,*表示所有支持的格式。accept暂时只支持type="file" zip rar zip是accept=".applica 阅读全文
摘要:
//分享给朋友 wxManShare(){ if(this.$platform=='android'){ let iurl=this.liveInfo.limg uni.share({ provider: "weixin", scene: "WXSceneSession", type: 0, hre 阅读全文
摘要:
借鉴: https://blog.csdn.net/m0_48468380/article/details/121577011 流程图 贴下封装的request.js代码 import axios from "axios"; import JsCookie from "js-cookie"; imp 阅读全文
摘要:
##官网:https://panjiachen.github.io/vue-element-admin-site/zh/ ##安装过程报错 ###tui-editor更名toast-ui/editor导致的报错 https://blog.csdn.net/lilikk1314/article/det 阅读全文
摘要:
###vue2版本移步至 https://www.cnblogs.com/huihuihero/p/13877589.html ###vue3版本中配置tinymce,相较于vue2版本区别不大,主要注意需要变更版本号 【vue2.0+tinymce】我采用的是 "@tinymce/tinymce- 阅读全文