Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d4c4af3a
authored
Oct 13, 2020
by
lanyulei
Committed by
GitHub
Oct 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #39 from lanyulei/dev
fix: 调整打包路径。
parents
4a3508dd
fdcad510
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
.env.production
.gitignore
vue.config.js
.env.production
View file @
d4c4af3a
...
@@ -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
'
.gitignore
View file @
d4c4af3a
...
@@ -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*
...
...
vue.config.js
View file @
d4c4af3a
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment