From 9a8179a7fcbbd0f5f79b7bc3e58ff5a25e1c205c Mon Sep 17 00:00:00 2001 From: lingxiao Date: Tue, 22 Nov 2022 17:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.JIS5300 | 4 ++++ .env.TRIM | 4 ++++ .env.dev | 4 ---- .env.prod | 4 ---- .env.test | 4 ---- package.json | 7 ++----- 6 files changed, 10 insertions(+), 17 deletions(-) create mode 100644 .env.JIS5300 create mode 100644 .env.TRIM delete mode 100644 .env.dev delete mode 100644 .env.prod delete mode 100644 .env.test diff --git a/.env.JIS5300 b/.env.JIS5300 new file mode 100644 index 0000000..dbb6b5a --- /dev/null +++ b/.env.JIS5300 @@ -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 \ No newline at end of file diff --git a/.env.TRIM b/.env.TRIM new file mode 100644 index 0000000..dbb6b5a --- /dev/null +++ b/.env.TRIM @@ -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 \ No newline at end of file diff --git a/.env.dev b/.env.dev deleted file mode 100644 index 7299510..0000000 --- a/.env.dev +++ /dev/null @@ -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 diff --git a/.env.prod b/.env.prod deleted file mode 100644 index 7299510..0000000 --- a/.env.prod +++ /dev/null @@ -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 diff --git a/.env.test b/.env.test deleted file mode 100644 index 4d13ad3..0000000 --- a/.env.test +++ /dev/null @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 632839a..4a099c1 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,8 @@ "version": "0.1.0", "private": true, "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": { "@vue/composition-api": "^1.0.0-rc.12",