Commit 856b5346 authored by caixingbing's avatar caixingbing

*

parent 909010af
...@@ -52,7 +52,6 @@ export default { ...@@ -52,7 +52,6 @@ export default {
}, },
iconName() { iconName() {
return function(val) { return function(val) {
console.log('svg:::',val)
let svgIcon = val.meta.icon, currentIcon = '' let svgIcon = val.meta.icon, currentIcon = ''
let icon = this.isActive(val) ? svgIcon+'Tags' : svgIcon+'Tag' let icon = this.isActive(val) ? svgIcon+'Tags' : svgIcon+'Tag'
if (!svgIcon) { if (!svgIcon) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment