Compare commits

...

3 Commits

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

+ 1
- 1
.env.dev View File

@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://101.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

Loading…
Cancel
Save