修改数据点选中状态的尺寸

This commit is contained in:
lVAL 2020-10-20 18:21:28 +08:00
parent 4ea3b3b9e4
commit c66ec45d9b
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ export function getBaseUrl() {
let BASE_API;
if (process.env.NODE_ENV === 'development') {
// BASE_API = 'https://joylink.club/jlcloud';
BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
// BASE_API = 'https://test.joylink.club/jlcloud';
BASE_API = 'http://192.168.3.5:9000'; // 袁琪
// BASE_API = 'http://192.168.3.169:9000'; // 旭强
// BASE_API = 'http://192.168.3.175:9000'; // 张赛
// BASE_API = 'http://192.168.3.82:9000'; // 杜康

View File

@ -336,7 +336,7 @@ export default {
this.myChart.setOption({
series: {
name: this.selected.seriesName,
symbolSize: 10,
symbolSize: 6,
showAllSymbol: true,
lineStyle: {
width: 2,