This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
合并分支
suzhou_blueVersion
liwei
3 years ago
parent
e301cd40ac
commit
e215f58362
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.env.development
+1
-1
.env.production
+1
-0
.env.staging
+ 1
- 0
.env.development
View File
@ -12,3 +12,4 @@ VUE_APP_BASE_API = 'http://101.201.121.115:8093'
# when you have a large number of pages.
VUE_CLI_BABEL_TRANSPILE_MODULES = true
+ 1
- 1
.env.production
View File
@ -3,4 +3,4 @@ VUE_APP_ENV = 'Prod'
NODE_ENV = 'production'
# base api
# VUE_APP_BASE_API = 'http://10.122.64.86:8095'
VUE_APP_BASE_API = 'http://192.168.3.22:8095'
VUE_APP_BASE_API = 'http://192.168.3.22:8095'
+ 1
- 0
.env.staging
View File
@ -5,3 +5,4 @@ NODE_ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://101.201.121.115:8095'
Write
Preview
Loading…
Cancel
Save