Merge branch 'dev-3.1' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.1

This commit is contained in:
@changcode
2021-10-27 14:02:28 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -666,7 +666,7 @@ export default {
},
tooltip: { // 和 option.tooltip 的配置项相同
show: true,
position: 'top',
position: 'bottom',
formatter: function (param) {
return param.title // 自定义的 DOM 结构
},

View File

@@ -1005,7 +1005,7 @@ export default {
deleteMessage () {}
},
destroyed () {
localStorage.removeItem('endpointProjectId')
localStorage.removeItem('alertMessageProjectId')
}
}
</script>