Browse Source

修改编译后包名

wenmenghao 3 years ago
parent
commit
4c5638374b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -1,7 +1,7 @@
 const webpack = require('webpack')
 module.exports = {
   publicPath: '/',
-  outputDir: "qmx_page",
+  outputDir: "qmx_page_admin",
   productionSourceMap: false,
   lintOnSave: false,
   configureWebpack: {