From 3e174dd4948e5fb33f01317c00404e054f32c4b0 Mon Sep 17 00:00:00 2001 From: lingxiao Date: Thu, 16 Mar 2023 10:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.ETL | 5 +++++ package.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .env.ETL 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",