Browse Source

修改包名

朱永杰 1 week ago
parent
commit
3169b65925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
 
 module.exports = {
   publicPath: "./",
-  outputDir: "trackManage",
+  outputDir: "trackManager",
   lintOnSave: false,
   productionSourceMap: false,
   devServer: {