Browse Source

图片问题

natasha 9 months ago
parent
commit
f12db2e216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

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