Compare commits

...

4 Commits

Author SHA1 Message Date
zwq
326300566f 更新 2022-11-28 15:05:00 +08:00
3c34e31711 Merge pull request '地址' (#19) from 11-wms-zjl into master
Reviewed-on: #19
2022-11-28 14:36:16 +08:00
988b4ce47b 地址 2022-11-28 14:34:50 +08:00
c3127d4066 Merge pull request '更新驾驶舱' (#18) from zwq into master
Reviewed-on: #18
2022-11-24 16:20:46 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -219,7 +219,7 @@ export default {
// this.$router.push('/')
if (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() {},

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-01-21 14:43:06
* @LastEditors: zwq
* @LastEditTime: 2022-11-24 16:17:09
* @LastEditTime: 2022-11-28 15:03:58
* @Description:
-->
<template>
@ -223,8 +223,8 @@ export default {
title: this.showCenterTitle
? {
text: `${this.seriesData.reduce((pre, cur) => pre + cur.value, 0)}\n{name|总共}`,
top: 'center',
left: '48%',
top: '44%',
left: '49%',
textAlign: 'center',
textStyle: {
color: '#fff',