Browse Source

配置信息更新

langfang-test
liwei 3 years ago
parent
commit
7ad65b9c2e
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      .env.dev
  2. +1
    -1
      .env.prod
  3. +1
    -1
      .env.test
  4. +1
    -0
      package.json

+ 1
- 1
.env.dev View File

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

+ 1
- 0
package.json View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:dev": "vue-cli-service build --mode dev",
"build:test": "vue-cli-service build --mode test",
"build:prod": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint"


Loading…
Cancel
Save