Browse Source

打包名称修改

zhangyu 4 years ago
parent
commit
45c9507984
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 2 0
      vue.config.js

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 node_modules
 package-lock.json
 /dist
+/wanda-adm
 
 /tests/e2e/videos/
 /tests/e2e/screenshots/

+ 2 - 0
vue.config.js

@@ -5,6 +5,8 @@ const stageServerPort = 28889;
 module.exports = {
     // TODO: Remember to change publicPath to fit your need
     publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
+    // TODO:打包名称
+    outputDir: "wanda-adm",
     lintOnSave: process.env.NODE_ENV === "development",
     productionSourceMap: false,
     devServer: {