Compare commits

...

2 Commits

Author SHA1 Message Date
  lingxiao f751e1d0e7 配置调整 2 years ago
  lingxiao f99a970917 配置更新 2 years ago
3 changed files with 7 additions and 7 deletions
Split View
  1. +2
    -2
      .env.dev
  2. +2
    -2
      .env.prod
  3. +3
    -3
      .env.test

+ 2
- 2
.env.dev View File

@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://101.201.121.115:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_BASE_URL = http://10.104.120.109:9010/
VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

+ 2
- 2
.env.prod View File

@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://101.201.121.115:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_BASE_URL = http://10.104.120.109:9010/
VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

+ 3
- 3
.env.test View File

@ -1,4 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://101.201.121.115:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
VUE_APP_BASE_URL = http://10.104.120.109:9010/
VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

Loading…
Cancel
Save