Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
fdcad510
Commit
fdcad510
authored
Oct 13, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整打包路径。
parent
15dffe8a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.env.production
+1
-1
.gitignore
+2
-2
vue.config.js
+2
-2
No files found.
.env.production
View file @
fdcad510
...
@@ -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 @
fdcad510
...
@@ -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 @
fdcad510
...
@@ -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