Explorar o código

fix 打包dist路径名称

zhangyinghao hai 1 ano
pai
achega
dddd923f2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -25,7 +25,7 @@ module.exports = {
    * Detail: https://cli.vuejs.org/config/#publicpath
    */
   publicPath: "./",
-  outputDir: "dist",
+  outputDir: "jiazheng-manage",
   assetsDir: "static",
   /*   lintOnSave: process.env.NODE_ENV === 'development', */
   lintOnSave: false,