Compare commits

...

2 Commits

Author SHA1 Message Date
  lingxiao a93defb549 配置更新 2 years ago
  lingxiao 0f386c84ce 配置信息更新 2 years ago
5 changed files with 3 additions and 13 deletions
Unified View
  1. +0
    -4
      .env.dev
  2. +2
    -2
      .env.prod
  3. +0
    -4
      .env.test
  4. +1
    -3
      package.json
  5. BIN
      src/assets/img/logo.png

+ 0
- 4
.env.dev View File

@ -1,4 +0,0 @@
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

+ 2
- 2
.env.prod View File

@ -1,4 +1,4 @@
NODE_ENV = 'production' NODE_ENV = 'production'
VUE_APP_BASE_URL = http://101.201.121.115:9010/
VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司
VUE_APP_BASE_URL = http://10.0.0.198:9010/
VUE_APP_LOGIN_TITLE = SCCP JIS系统
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

+ 0
- 4
.env.test View File

@ -1,4 +0,0 @@
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

+ 1
- 3
package.json View File

@ -3,9 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve",
"build:dev": "vue-cli-service build --mode dev",
"build:test": "vue-cli-service build --mode test",
"serve": "vue-cli-service serve --mode prod",
"build:prod": "vue-cli-service build --mode prod", "build:prod": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },


BIN
src/assets/img/logo.png View File

Before After
Width: 50  |  Height: 50  |  Size: 2.9 KiB Width: 24  |  Height: 24  |  Size: 598 B

Loading…
Cancel
Save