This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_ETCD_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
配置更新
JIS5300
lingxiao
2 years ago
parent
61bff123cb
commit
3da800fa94
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env.dev
+1
-1
.env.prod
+1
-1
.env.test
+ 1
- 1
.env.dev
View File
@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10
1.201.121.115
:9002/
VUE_APP_BASE_URL = http://10
.0.0.198
:9002/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
+ 1
- 1
.env.prod
View File
@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.
114.64.19
:9002/
VUE_APP_BASE_URL = http://10.
0.0.198
:9002/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
+ 1
- 1
.env.test
View File
@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.
114.64.22
:9002/
VUE_APP_BASE_URL = http://10.
0.0.198
:9002/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
Write
Preview
Loading…
Cancel
Save