上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 推荐使用howler.js插件 地址:https://howlerjs.com/ 下载git上demo,本地查看 阅读全文
posted @ 2020-09-08 13:26 杰_森 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: 在赋值之前加上 this.$forceUpdate() 强制重新渲染 阅读全文
posted @ 2020-08-17 15:41 杰_森 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 一、页面加载禁用用户的分享菜单 function onBridgeReady() { WeixinJSBridge.call('hideOptionMenu'); } if (typeof WeixinJSBridge == "undefined") { if (document.addEventL 阅读全文
posted @ 2020-08-10 15:42 杰_森 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 转载:zgh0711:https://blog.csdn.net/zgh0711/article/details/88192993 如何生成二维码 现在前端环境下,要生成二维码,可用的工具库有很多,我这里用的是 qrcode,首先安装 npm install --save qrcode 安装完之后 阅读全文
posted @ 2020-08-03 14:39 杰_森 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 下面配置渐变色的地方, new echarts.graphic.LinearGradient中的echarts为自己定义的echarts对象(var echarts = require("echarts/lib/echarts");) option: { // 提示 tooltip: { trigg 阅读全文
posted @ 2020-06-15 10:03 杰_森 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 一、vue-element-admin vue-element-admin.png github地址: https://github.com/PanJiaChen/vue-element-admin 预览地址:https://panjiachen.gitee.io/vue-element-admin 阅读全文
posted @ 2020-05-19 09:39 杰_森 阅读(2810) 评论(0) 推荐(0) 编辑
摘要: 简介:讲解博客新增及编辑功能实现及markdown编辑器器引⼊入Maven-editor⽂文档使⽤用 https://www.npmjs.com/package/mavon-editor 阅读全文
posted @ 2020-05-13 08:49 杰_森 阅读(8478) 评论(0) 推荐(0) 编辑
摘要: 安装js-cookie npm install js-cookie --save 使用如下 import Cookie from 'js-cookie' Cookie.set(‘token',token) Cookie.get('token') 阅读全文
posted @ 2020-04-28 10:55 杰_森 阅读(14360) 评论(0) 推荐(0) 编辑
摘要: router.beforeEach()一般用来做一些进入页面的限制。比如没有登录,就不能进入某些页面,只有登录了之后才有权限查看某些页面。。。说白了就是路由拦截。 1、我们可以在路由中做以下配置,表示当前路由下的页面需要登录权限 meta:{requireAuth:true//true为这个页面需要 阅读全文
posted @ 2020-04-28 10:51 杰_森 阅读(19606) 评论(0) 推荐(4) 编辑
摘要: Node.js 8.2.0版本以上可执行以下命令直接搭建,注意是npx不是npm npx express-generator 阅读全文
posted @ 2020-04-27 17:06 杰_森 阅读(665) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页