Skip to content

Commit

Permalink
fix: #136
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Feb 19, 2020
1 parent d4c9f3c commit 532ed11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions front-end/h5/src/components/plugins/common/props
Submodule props added at 6242c3
6 changes: 3 additions & 3 deletions front-end/h5/vue.config.js
@@ -1,7 +1,7 @@
/*
* @Author: ly525
* @Date: 2019-12-14 22:43:55
* @LastEditors : ly525
* @LastEditors: ly525
* @LastEditTime : 2020-01-15 08:35:17
* @FilePath: /luban-h5/front-end/h5/vue.config.js
* @Github: https://github.com/ly525/luban-h5
Expand Down Expand Up @@ -29,8 +29,8 @@ switch (process.env.PAGE) {
template: 'public/index.html',
filename: 'index.html',
title: 'Index Page',
outputDir: 'dist'
// outputDir: editorBuildOutputDir
// outputDir: 'dist',
outputDir: editorBuildOutputDir
// publicPath: isProd ? '/main/' : '/'
}
}
Expand Down

0 comments on commit 532ed11

Please sign in to comment.