Browse Source

环境调整

test
lingxiao 2 years ago
parent
commit
9a8179a7fc
6 changed files with 10 additions and 17 deletions
  1. +4
    -0
      .env.JIS5300
  2. +4
    -0
      .env.TRIM
  3. +0
    -4
      .env.dev
  4. +0
    -4
      .env.prod
  5. +0
    -4
      .env.test
  6. +2
    -5
      package.json

+ 4
- 0
.env.JIS5300 View File

@ -0,0 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.104.120.109:9010/
VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png

+ 4
- 0
.env.TRIM View File

@ -0,0 +1,4 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.104.120.109:9010/
VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统
VUE_APP_LOGIN_LOGO = ../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

+ 0
- 4
.env.prod 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

+ 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

+ 2
- 5
package.json View File

@ -3,11 +3,8 @@
"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",
"build:prod": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint"
"TRIM": "vue-cli-service --mode TRIM",
"build:TRIM": "vue-cli-service build --mode TRIM"
}, },
"dependencies": { "dependencies": {
"@vue/composition-api": "^1.0.0-rc.12", "@vue/composition-api": "^1.0.0-rc.12",


Loading…
Cancel
Save