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",