Commit 532ed11639d19cf87876183cad25275305f0036e

Authored by ly525
1 parent d4c9f3c4

fix: #136

props @ 6242c3ea271
  1 +Subproject commit 6242c3ea271b35ae1c8876248edc76b56816f1a2
front-end/h5/vue.config.js
1 /* 1 /*
2 * @Author: ly525 2 * @Author: ly525
3 * @Date: 2019-12-14 22:43:55 3 * @Date: 2019-12-14 22:43:55
4 - * @LastEditors : ly525 4 + * @LastEditors: ly525
5 * @LastEditTime : 2020-01-15 08:35:17 5 * @LastEditTime : 2020-01-15 08:35:17
6 * @FilePath: /luban-h5/front-end/h5/vue.config.js 6 * @FilePath: /luban-h5/front-end/h5/vue.config.js
7 * @Github: https://github.com/ly525/luban-h5 7 * @Github: https://github.com/ly525/luban-h5
@@ -29,8 +29,8 @@ switch (process.env.PAGE) { @@ -29,8 +29,8 @@ switch (process.env.PAGE) {
29 template: 'public/index.html', 29 template: 'public/index.html',
30 filename: 'index.html', 30 filename: 'index.html',
31 title: 'Index Page', 31 title: 'Index Page',
32 - outputDir: 'dist'  
33 - // outputDir: editorBuildOutputDir 32 + // outputDir: 'dist',
  33 + outputDir: editorBuildOutputDir
34 // publicPath: isProd ? '/main/' : '/' 34 // publicPath: isProd ? '/main/' : '/'
35 } 35 }
36 } 36 }