Authored by QC-L

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

@@ -53,7 +53,8 @@ const config = { @@ -53,7 +53,8 @@ const config = {
53 defineConstants: { 53 defineConstants: {
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 }