From c95904d93a3809507dc3341126525512e610586b Mon Sep 17 00:00:00 2001 From: lingxiao Date: Mon, 28 Nov 2022 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=82=E6=99=AF=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.staging | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 3372eba..89dfa8a 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ VUE_APP_ENV = '沈阳燃气(正式)' NODE_ENV = 'production' -VUE_APP_BASE_API = 'http://101.201.121.115:8096' \ No newline at end of file +VUE_APP_BASE_API = 'http://8.140.133.55/:8090' \ No newline at end of file diff --git a/.env.staging b/.env.staging index 3372eba..89dfa8a 100644 --- a/.env.staging +++ b/.env.staging @@ -1,3 +1,3 @@ VUE_APP_ENV = '沈阳燃气(正式)' NODE_ENV = 'production' -VUE_APP_BASE_API = 'http://101.201.121.115:8096' \ No newline at end of file +VUE_APP_BASE_API = 'http://8.140.133.55/:8090' \ No newline at end of file diff --git a/package.json b/package.json index 11c3594..41b94db 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "MIT", "scripts": { "dev": "vue-cli-service serve --open --mode development", + "build:dev": "vue-cli-service build --mode development", "build:prod": "vue-cli-service build --mode production", "build:stage": "vue-cli-service build --mode staging"