Browse Source

添加配置

develop
lingxiao 1 year ago
parent
commit
3e174dd494
2 changed files with 8 additions and 1 deletions
  1. +5
    -0
      .env.ETL
  2. +3
    -1
      package.json

+ 5
- 0
.env.ETL View File

@ -0,0 +1,5 @@
NODE_ENV = 'production'
VUE_APP_LOGIN_TITLE = ETL服务程序
VUE_APP_LOGIN_LOGO = ../assets/img/logo.png
#本地服务器
VUE_APP_BASE_URL = http://192.168.2.22:60010/

+ 3
- 1
package.json View File

@ -5,8 +5,10 @@
"scripts": {
"TRIM": "vue-cli-service --mode TRIM",
"JIS5300": "vue-cli-service --mode JIS5300",
"ETL": "vue-cli-service --mode ETL",
"build:TRIM": "vue-cli-service build --mode TRIM",
"build:JIS5300": "vue-cli-service build --mode JIS5300"
"build:JIS5300": "vue-cli-service build --mode JIS5300",
"build:ETL": "vue-cli-service build --mode ETL"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.12",


Loading…
Cancel
Save