Commit 532ed11639d19cf87876183cad25275305f0036e
1 parent
d4c9f3c4
fix: #136
Showing
2 changed files
with
4 additions
and
3 deletions
front-end/h5/vue.config.js
| 1 | 1 | /* |
| 2 | 2 | * @Author: ly525 |
| 3 | 3 | * @Date: 2019-12-14 22:43:55 |
| 4 | - * @LastEditors : ly525 | |
| 4 | + * @LastEditors: ly525 | |
| 5 | 5 | * @LastEditTime : 2020-01-15 08:35:17 |
| 6 | 6 | * @FilePath: /luban-h5/front-end/h5/vue.config.js |
| 7 | 7 | * @Github: https://github.com/ly525/luban-h5 |
| ... | ... | @@ -29,8 +29,8 @@ switch (process.env.PAGE) { |
| 29 | 29 | template: 'public/index.html', |
| 30 | 30 | filename: 'index.html', |
| 31 | 31 | title: 'Index Page', |
| 32 | - outputDir: 'dist' | |
| 33 | - // outputDir: editorBuildOutputDir | |
| 32 | + // outputDir: 'dist', | |
| 33 | + outputDir: editorBuildOutputDir | |
| 34 | 34 | // publicPath: isProd ? '/main/' : '/' |
| 35 | 35 | } |
| 36 | 36 | } | ... | ... |