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 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://fdevops.com:8001'
VUE_APP_BASE_API = 'http://localhost:8002'
......@@ -2,8 +2,8 @@
node_modules/
dist/
dist.tar.gz
ferry_web/
ferry_web.tar.gz
web/
web.tar.gz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
......
......@@ -27,8 +27,8 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/',
outputDir: 'ferry_web',
assetsDir: 'static',
outputDir: 'web',
assetsDir: 'static/web',
lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false,
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