Compare commits
4 Commits
10e7ec7268
...
326300566f
Author | SHA1 | Date | |
---|---|---|---|
326300566f | |||
3c34e31711 | |||
988b4ce47b | |||
c3127d4066 |
@ -219,7 +219,7 @@ export default {
|
|||||||
// this.$router.push('/')
|
// this.$router.push('/')
|
||||||
if (sessionStorage.getItem('param')) {
|
if (sessionStorage.getItem('param')) {
|
||||||
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
|
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
|
||||||
window.location = 'https://www.baidu.com/?' + param
|
window.location = 'http://192.168.1.103:9527/#/?' + param
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleAlarm() {},
|
handleAlarm() {},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2022-01-21 14:43:06
|
* @Date: 2022-01-21 14:43:06
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-11-24 16:17:09
|
* @LastEditTime: 2022-11-28 15:03:58
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -223,8 +223,8 @@ export default {
|
|||||||
title: this.showCenterTitle
|
title: this.showCenterTitle
|
||||||
? {
|
? {
|
||||||
text: `${this.seriesData.reduce((pre, cur) => pre + cur.value, 0)}\n{name|总共}`,
|
text: `${this.seriesData.reduce((pre, cur) => pre + cur.value, 0)}\n{name|总共}`,
|
||||||
top: 'center',
|
top: '44%',
|
||||||
left: '48%',
|
left: '49%',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
Loading…
Reference in New Issue
Block a user