看版
Showing
2 changed files
with
8 additions
and
6 deletions
| ... | @@ -28,8 +28,8 @@ const url = ref() | ... | @@ -28,8 +28,8 @@ const url = ref() |
| 28 | const obj = ref({}) | 28 | const obj = ref({}) |
| 29 | const result = ref() | 29 | const result = ref() |
| 30 | const router = useRouter() | 30 | const router = useRouter() |
| 31 | url.value = 'http://192.168.1.152:8899/login/sid=9bf35752-0818-483c-bba7-90a747cdc00e#/' | 31 | // url.value = 'http://192.168.1.152:8899/login/sid=55537fae-044c-423f-a450-6eb0b46e8d3d#/' |
| 32 | // url.value = window.location.href | 32 | url.value = window.location.href |
| 33 | result.value = url.value?.split('=')[1]?.split('#')[0]; | 33 | result.value = url.value?.split('=')[1]?.split('#')[0]; |
| 34 | 34 | ||
| 35 | onMounted(() => { | 35 | onMounted(() => { | ... | ... |
| ... | @@ -1347,8 +1347,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { | ... | @@ -1347,8 +1347,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { |
| 1347 | } | 1347 | } |
| 1348 | return ''; // 其他点不显示 | 1348 | return ''; // 其他点不显示 |
| 1349 | }, | 1349 | }, |
| 1350 | fontSize: 12, | 1350 | fontSize: 13, |
| 1351 | color: 'rgb(1, 191, 236)', | 1351 | color: '#fff', |
| 1352 | // fontWeight: 'bold', | ||
| 1352 | opacity: 1, // 关键:取消透明度 | 1353 | opacity: 1, // 关键:取消透明度 |
| 1353 | shadowBlur: 0 // 取消阴影 | 1354 | shadowBlur: 0 // 取消阴影 |
| 1354 | } | 1355 | } |
| ... | @@ -1390,8 +1391,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { | ... | @@ -1390,8 +1391,9 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { |
| 1390 | } | 1391 | } |
| 1391 | return ''; // 其他点不显示 | 1392 | return ''; // 其他点不显示 |
| 1392 | }, | 1393 | }, |
| 1393 | fontSize: 12, | 1394 | fontSize: 13, |
| 1394 | color: 'rgba(21, 219, 203, 1)', | 1395 | color: '#fff', |
| 1396 | // fontWeight: 'bold', | ||
| 1395 | opacity: 1, // 关键:取消透明度 | 1397 | opacity: 1, // 关键:取消透明度 |
| 1396 | shadowBlur: 0 // 取消阴影 | 1398 | shadowBlur: 0 // 取消阴影 |
| 1397 | } | 1399 | } | ... | ... |
-
Please register or sign in to post a comment