上一页 1 ··· 5 6 7 8 9 10 11 下一页
  2018年12月17日
摘要: //定义一个请求拦截器axios.interceptors.request.use(function(config){ store.state.loading = true; //在请求发出之前进行一些操作 setTimeout(() => { store.state.loading = false; }, 10000); //clearTimeout(timer) ret... 阅读全文
posted @ 2018-12-17 10:54 忆小样 阅读(374) 评论(0) 推荐(0) 编辑
  2018年11月20日
摘要: $(function(){ var data1 = [ { id:'126652', no: '1', longitude: '103.94292', latitude: '30.620123', distance:'253' }, { id:'122855', no: '2', longitude 阅读全文
posted @ 2018-11-20 16:40 忆小样 阅读(410) 评论(0) 推荐(0) 编辑
  2018年11月9日
摘要: option = { xAxis: { type: 'category', data: [1,2,3,4,5,6,7] }, yAxis: { type: 'value' }, series: [{ data: [820, 932, 901, 934, 1290, 1330, 1320], type 阅读全文
posted @ 2018-11-09 14:50 忆小样 阅读(8507) 评论(0) 推荐(0) 编辑
  2018年11月8日
摘要: 子组件传父组件: this.$emit('colorchanhge',n);父级些个相同名字的方法 父传子组件: 阅读全文
posted @ 2018-11-08 17:02 忆小样 阅读(151) 评论(0) 推荐(0) 编辑
  2018年11月7日
摘要: 以D:\workspace\yxWebGis\trunk\vue-xearch-two 此路径项目为例 建立在下载了node_modules的项目中 此目录下运行cmd node build/build.js 在package.json 中复制build值: "build": "node build 阅读全文
posted @ 2018-11-07 11:15 忆小样 阅读(114) 评论(0) 推荐(0) 编辑
  2018年11月6日
摘要: let backTabledata = [ { id:'126652', no: '1', longitude: '103.94292', latitude: '30.620123', altitude: 501.00143, distance:'--' }, { id:'122855', no: 阅读全文
posted @ 2018-11-06 09:54 忆小样 阅读(5165) 评论(0) 推荐(0) 编辑
摘要: echarts在tab切换时容器宽度设置为100%,只展示100px 在 mychart.setOption(option); 后面加上 mychart.resize(); 即可 在vue里面显示echarts图表 this.$nextTick(function () { this.drawLine 阅读全文
posted @ 2018-11-06 09:52 忆小样 阅读(4601) 评论(0) 推荐(1) 编辑
  2018年10月30日
摘要: 1.首先要安装axios,在你项目目录下安装axios。在命令行里输入:npm install axios; 2.然后要在main.js的入口文件里引入以下代码: ​​import axios from 'axios'axios.defaults.baseURL = url;//这里写上自己的基础u 阅读全文
posted @ 2018-10-30 18:30 忆小样 阅读(2003) 评论(0) 推荐(0) 编辑
  2018年10月29日
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>搜索数据,显示符合条件的内容,并显示出红色</title></head><body> <input type="text" id="search"><input t 阅读全文
posted @ 2018-10-29 17:54 忆小样 阅读(1660) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-29 12:05 忆小样 阅读(791) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页