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
18e17e15
Commit
18e17e15
authored
Jul 18, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改后端连接端口。
parent
bd17924e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.env.development
+1
-1
.env.production
+1
-1
No files found.
.env.development
View file @
18e17e15
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
ENV = 'development'
ENV = 'development'
# base api
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:800
0
'
VUE_APP_BASE_API = 'http://127.0.0.1:800
2
'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
...
...
.env.production
View file @
18e17e15
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
ENV = 'production'
ENV = 'production'
# base api
# base api
VUE_APP_BASE_API = 'http://
www.zhangwj.com:8000
'
VUE_APP_BASE_API = 'http://
fdevops.com:8002
'
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