10 2022 档案
摘要:1.直接打开url地址,地址可以是绝对路径或者接口拼接的地址 location.href = url 2.接口返回文档流 axios({ method: data.method, url: `${data.url}${data.params ? "?" + data.params : ""}`, r
阅读全文
摘要:这个富文本也是英文的,需要加载中文包 1.下载 npm install @tinymce/tinymce-vue -save npm install tinymce -save 如果你用是vue2.0版本的话不要安装这个,vue2中不能使用@tinymce/tinymce-vue为4以上版本; 安装
阅读全文
摘要:需要说明一下,这个富文本更改字号字体不方便,查了一些资料都是说修改node_modules里面的配置,但是那个 配置都是本地的,应该是有问题,还没找到解决的方案,等找到了再更新 1.下载 npm install vue-quill-editor --save 2.在main.js中引入 全局引入 /
阅读全文
摘要:_gup(name, url, encode) { if (!url) url = location.href; name = this.encrypt(name, encode); name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
阅读全文