guhongwei 4 years ago
parent
commit
a97029ba3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vue.config.js

+ 1 - 0
vue.config.js

@@ -2,6 +2,7 @@ const path = require('path');
 const common = path.resolve(__dirname, '../common');
 module.exports = {
   publicPath: process.env.NODE_ENV === 'development' ? '/' : process.env.VUE_APP_ROUTER,
+  outputDir: 'platmobile',
   configureWebpack: config => {
     Object.assign(config, {
       // 开发生产共同配置