Explorar el Código

index block - style update

hare8999@163.com hace 1 año
padre
commit
a32e4faa4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/index/components/index-card-elective.vue

+ 1 - 1
src/views/index/components/index-card-elective.vue

@@ -27,7 +27,7 @@ export default {
       const routes = this.electiveParentRoute.children || []
       return routes.map(r => ({
         imgStyle: {borderRadius: '8px', overflow: 'hidden'},
-        src: require('@/assets/images/index/elective/' + r.meta.icon),
+        src: require('@/assets/images/index/elective/' + r.meta.blockIcon),
         path: r.path
       }))
     }