From 66b85043bfaf3b3213acb8fa7fed8e56f272a9e8 Mon Sep 17 00:00:00 2001 From: lingxiao Date: Mon, 20 Feb 2023 09:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.NOBO | 9 +++++++++ package.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .env.NOBO diff --git a/.env.NOBO b/.env.NOBO new file mode 100644 index 0000000..8fef7b2 --- /dev/null +++ b/.env.NOBO @@ -0,0 +1,9 @@ +NODE_ENV = 'production' +VUE_APP_LOGIN_TITLE = 长城诺博 +VUE_APP_LOGIN_LOGO = ../assets/img/logo.png + +#客户测试环境 +#VITE_APP_BASE_URL = http://10.42.253.5:9010/ + +#客户正式环境 +VITE_APP_BASE_URL = http://10.42.253.3:9010/ \ No newline at end of file diff --git a/package.json b/package.json index fc3adab..925ad03 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "build:TRIM": "vue-cli-service build --mode TRIM", "build:JIS5000": "vue-cli-service build --mode JIS5000", "build:JIS5300": "vue-cli-service build --mode JIS5300", - "build:PUREMG48": "vue-cli-service build --mode PUREMG48" + "build:PUREMG48": "vue-cli-service build --mode PUREMG48", + "build:NOBO": "vue-cli-service build --mode NOBO" }, "dependencies": { "@vue/composition-api": "^1.0.0-rc.12",