CN-1273 自定义library增加tag颜色选择功能

This commit is contained in:
hyx
2023-10-09 11:55:19 +08:00
parent 6f72b2258f
commit 16e63ab905
6 changed files with 121 additions and 16 deletions

View File

@@ -392,7 +392,7 @@ export default {
this.dnsRcodeMapData = await getDnsMapData('dnsRcode')
}
}
let path = this.$route.path;
const path = this.$route.path
if (path.indexOf('panel') > -1 && path.indexOf('linkMonitor') === -1) {
await this.initDropdownList()
}