Browse Source

Merge branch 'small-tupu' of http://124.70.32.114:3100/jianzhenyu/Changsha_tupu into hanyuqing

small-tupu
hanyuqing 6 months ago
parent
commit
3be2972833
  1. 6
      gyxtp/src/view/small.vue

6
gyxtp/src/view/small.vue

@ -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
},

Loading…
Cancel
Save