Compare commits
No commits in common. "326300566f66c4c3ce3140fea0e8aa2a97b9fc2d" and "10e7ec7268df03db7c4a3475b806785c512a538c" have entirely different histories.
326300566f
...
10e7ec7268
@ -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 = 'http://192.168.1.103:9527/#/?' + param
|
window.location = 'https://www.baidu.com/?' + 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-28 15:03:58
|
* @LastEditTime: 2022-11-24 16:17:09
|
||||||
* @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: '44%',
|
top: 'center',
|
||||||
left: '49%',
|
left: '48%',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
Loading…
Reference in New Issue
Block a user