diff --git a/.env.ETL b/.env.ETL new file mode 100644 index 0000000..5860d66 --- /dev/null +++ b/.env.ETL @@ -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/ \ No newline at end of file diff --git a/package.json b/package.json index d370006..b5c7753 100644 --- a/package.json +++ b/package.json @@ -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",