e25b97a3 by zhangmeng

看版

1 parent 84454655
......@@ -28,8 +28,8 @@ const url = ref()
const obj = ref({})
const result = ref()
const router = useRouter()
url.value = 'http://192.168.1.152:8899/login/sid=9bf35752-0818-483c-bba7-90a747cdc00e#/'
// url.value = window.location.href
// url.value = 'http://192.168.1.152:8899/login/sid=55537fae-044c-423f-a450-6eb0b46e8d3d#/'
url.value = window.location.href
result.value = url.value?.split('=')[1]?.split('#')[0];
onMounted(() => {
......
......@@ -1347,8 +1347,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => {
}
return ''; // 其他点不显示
},
fontSize: 12,
color: 'rgb(1, 191, 236)',
fontSize: 13,
color: '#fff',
// fontWeight: 'bold',
opacity: 1, // 关键:取消透明度
shadowBlur: 0 // 取消阴影
}
......@@ -1390,8 +1391,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => {
}
return ''; // 其他点不显示
},
fontSize: 12,
color: 'rgba(21, 219, 203, 1)',
fontSize: 13,
color: '#fff',
// fontWeight: 'bold',
opacity: 1, // 关键:取消透明度
shadowBlur: 0 // 取消阴影
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!