01 2021 档案
摘要:如上图展示 series: [ //系列列表 { name: '设备状态', //系列名称 type: 'pie', //类型 pie表示饼图 radius: ['50%', '70%'], //饼图的半径,第一项是内半径,第二项是外半径,内半径为0就是真的饼,不是环形 center: ['55%'
阅读全文
摘要:axios中添加响应拦截器 Axios.interceptors.response.use(res = > { let resData = res.data; if (resData.code == 1) { Toast('登陆超时!请重新登录'); removeStore('userInfo');
阅读全文
摘要:解决方法就是给table加上 display:table;就好了
阅读全文
摘要:按照文档上的方式引入组件,但是还是会报错说没有注册 引入方式如下: import { Cell, CellGroup, Field, Dialog } from 'vant'; components: { [CellGroup.name]: CellGroup, [Field.name]: Fiel
阅读全文

浙公网安备 33010602011771号