NEZ-1072 feat: 主题切换

This commit is contained in:
chenjinsong
2021-11-01 17:23:01 +08:00
parent 1e017d3060
commit 914c096463
395 changed files with 23682 additions and 23372 deletions

View File

@@ -394,15 +394,6 @@ export default {
formatNum (num) {
return num > 9 ? num : '0' + num
}
// getParamsType () {
// const path = this.$route.path
// switch (path) {
// case '/panel': this.paramsType = 'dashboard'; break
// case '/asset': this.paramsType = 'asset'; break
// case '/monitor/endpoint': this.paramsType = 'endpoint'; break
// default: this.paramsType = ''; break
// }
// }
},
watch: {
panelLock: {
@@ -414,7 +405,3 @@ export default {
}
}
</script>
<style scoped>
</style>