瀏覽代碼

修改移动图片位置

dusenyao 1 年之前
父節點
當前提交
dd6340e10c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
           }