摘要: /** * @msg: * @param {*} * { * url: string 连接地址 * msg: JSON 首次连接成功发送的消息 * callBack: function 接收消息回调 * } * @method {*} * connect: 连接 * send: 发送消息 * clo 阅读全文
posted @ 2021-10-09 23:44 尘猿 阅读(142) 评论(0) 推荐(0)
摘要: function Chart_line(e) { this.ele = e; this.cav = document.createElement('canvas'); //创建canvas实例 this.ctx = this.cav.getContext('2d'); //创建画笔 this.axi 阅读全文
posted @ 2021-08-19 08:18 尘猿 阅读(137) 评论(0) 推荐(0)
摘要: // 上传文件 // import Vue from 'vue' import { uploadStart, uploadData, completed, qsbuploadStart, qsbuploadData, qsbcompleted, } from '@/api/upLoad' expor 阅读全文
posted @ 2021-08-19 08:14 尘猿 阅读(844) 评论(0) 推荐(0)
摘要: { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "vue_cli",//debugger配置名 "url": "url",//项目启动的url地址 "webRoot" 阅读全文
posted @ 2021-08-09 12:36 尘猿 阅读(139) 评论(0) 推荐(0)