Compare commits

...

8 Commits

2 changed files with 4 additions and 3 deletions
Split View
  1. +3
    -2
      .env.prod
  2. +1
    -1
      .env.test

+ 3
- 2
.env.prod View File

@ -1,4 +1,5 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://192.168.1.242:8091/
#VUE_APP_BASE_URL = http://10.11.12.27:9002/
VUE_APP_BASE_URL = http://10.11.12.27:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
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://101.201.121.115:9010/
VUE_APP_BASE_URL = http://10.11.3.207:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

Loading…
Cancel
Save