|
|
|
@ -407,13 +407,13 @@ export default { |
|
|
|
getColor(type){ |
|
|
|
let res = "rgb(227,203,0)" |
|
|
|
if (type=="author"){ |
|
|
|
res = "#ff8c00" |
|
|
|
res = "#67c23a" |
|
|
|
} |
|
|
|
if (type=="agency"){ |
|
|
|
res = "rgb(64, 158, 255)" |
|
|
|
res = "#ff8c00" |
|
|
|
} |
|
|
|
if (type=="keyword"){ |
|
|
|
res = "#ffd602" |
|
|
|
res = "rgb(64, 158, 255)" |
|
|
|
} |
|
|
|
return res |
|
|
|
}, |
|
|
|
|