Merge branch 'dev-3.1' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.1
This commit is contained in:
@@ -666,7 +666,7 @@ export default {
|
||||
},
|
||||
tooltip: { // 和 option.tooltip 的配置项相同
|
||||
show: true,
|
||||
position: 'top',
|
||||
position: 'bottom',
|
||||
formatter: function (param) {
|
||||
return param.title // 自定义的 DOM 结构
|
||||
},
|
||||
|
||||
@@ -1005,7 +1005,7 @@ export default {
|
||||
deleteMessage () {}
|
||||
},
|
||||
destroyed () {
|
||||
localStorage.removeItem('endpointProjectId')
|
||||
localStorage.removeItem('alertMessageProjectId')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user