前端监控完成
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user