前端监控完成

This commit is contained in:
aixianling
2023-02-10 16:29:01 +08:00
parent 89a7eb3441
commit 5f355e47f1
5 changed files with 116 additions and 46 deletions

View File

@@ -42,7 +42,7 @@ export default {
}
},
computed: {
colors () {
colors() {
if (this.theme === '0') {
return ['#2896FF', '#09DBFE', '#61FDB9', '#FFBB69', '#8429FF', '#ea7ccc']
}
@@ -113,7 +113,7 @@ export default {
}
},
theme () {
theme() {
this.refresh()
}
},