Browse Source

修改移动图片位置

dusenyao 1 năm trước cách đây
mục cha
commit
dd6340e10c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -82,7 +82,7 @@ module.exports = {
         patterns: [
           {
             from: 'node_modules/book-ui/dist/img',
-            to: 'static/js/img',
+            to: 'static/img',
             force: true,
             noErrorOnMissing: true
           }