diff --git a/front-end/h5/src/components/plugins/common/props b/front-end/h5/src/components/plugins/common/props new file mode 160000 index 00000000..6242c3ea --- /dev/null +++ b/front-end/h5/src/components/plugins/common/props @@ -0,0 +1 @@ +Subproject commit 6242c3ea271b35ae1c8876248edc76b56816f1a2 diff --git a/front-end/h5/vue.config.js b/front-end/h5/vue.config.js index 78b6f0dd..ed357fe4 100644 --- a/front-end/h5/vue.config.js +++ b/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 @@ -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/' : '/' } }