Authored by QC-L

修复图片放置 static 无法引入的问题 review by 黄敬囿

@@ -54,6 +54,7 @@ const config = { @@ -54,6 +54,7 @@ const config = {
54 }, 54 },
55 copy: { 55 copy: {
56 patterns: [ 56 patterns: [
  57 + { from: 'src/assets/images/', to: 'dist/assets/images/' }
57 ], 58 ],
58 options: { 59 options: {
59 } 60 }