proxyTable: { "/api": { target: "http://localhost:3000", logLevel: 'debug', changeOrigin: true, pathRewrite: { '^/api': ''//这里理解成用‘/api’代替target里面的地址,后面...
//那个请求的快,返回的那个 Promise.race([ $.ajax({url:"js/data.json",dataType:'json'}), $.ajax({url:"js/data2.json",dataType:'json'}) ]).then(data=>{ console.log(da...
1. 让纵坐标轴在横轴的0点位置 yAxis : [ { type : 'category', axisLine : {onZero: true}, // 这里就是你要的东西 axisLabel : { formatter: '{value} km' }, boundaryGap : false, da...