增加production的env配置文件

This commit is contained in:
zhl 2021-05-19 15:26:46 +08:00
parent 6213d20ef9
commit 2ae7595172
2 changed files with 2 additions and 0 deletions

1
.env.development Normal file
View File

@ -0,0 +1 @@
VUE_APP_BASE_API = 'http://10.0.1.3:2900'

1
.env.production Normal file
View File

@ -0,0 +1 @@
VUE_APP_BASE_API = 'http://192.168.100.22:2900'