06 2019 档案
摘要:封装的axios下载 // 下载数据 export const downloadFile = (id) => { return axios.request({ url: '/file-manage/file/download/' + id, method: 'get', responseType:
阅读全文
摘要:arr //你的数据 dataZoom : { show: true, realtime: true, startValue: arr.length - 240, endValue: arr.length } 使用echarts实现了一个折现图,数据是一天24小时,每隔30s从数据库取一次数据,但是
阅读全文
摘要:cmd 输入 执行完成后,发现系统在“c:/users/用户名”目录下面,创建了一个.npmrc文件, 里面加上了如下一句: chromedriver_cdnurl=https://npm.taobao.org/mirrors/chromedriver 然后再执行vue init webpack p
阅读全文
摘要:{{file.name}} + + {{(percent * 100) + '%'}} ...
阅读全文
摘要:官网 http://momentjs.cn/ 安装 bower install moment --save # bower npm install moment --save # npm Install-Package Moment.js # NuGet spm install moment --s
阅读全文
摘要:禁止 如果页面有部分区域必须需要滑动,需要用touchmove事件的话,那么可以把那部分的touchmove事件过滤掉 比如我想要以下代码中的bottom类可以用touchmove事件
阅读全文
摘要:路由 export default new Router({ mode: 'history', routes: [ { path: '/', name: 'Home', component: Home, meta: { keepAlive: true } } ], // 页面切换始终在最顶部 scr
阅读全文
摘要:调用 config\index.js配置跨域 main.js
阅读全文

浙公网安备 33010602011771号