Commit d4c4af3a by lanyulei Committed by GitHub

Merge pull request #39 from lanyulei/dev

fix: 调整打包路径。
parents 4a3508dd fdcad510
Showing with 5 additions and 5 deletions
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
ENV = 'production' ENV = 'production'
# base api # base api
VUE_APP_BASE_API = 'http://fdevops.com:8001' VUE_APP_BASE_API = 'http://localhost:8002'
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
node_modules/ node_modules/
dist/ dist/
dist.tar.gz dist.tar.gz
ferry_web/ web/
ferry_web.tar.gz web.tar.gz
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
......
...@@ -27,8 +27,8 @@ module.exports = { ...@@ -27,8 +27,8 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath * Detail: https://cli.vuejs.org/config/#publicpath
*/ */
publicPath: '/', publicPath: '/',
outputDir: 'ferry_web', outputDir: 'web',
assetsDir: 'static', assetsDir: 'static/web',
lintOnSave: false, // process.env.NODE_ENV === 'development', lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment