From a2032197cce0a532b2a7f3e88f8682ebf465c814 Mon Sep 17 00:00:00 2001 From: lilu Date: Mon, 24 Apr 2023 12:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- .env.development | 8 ++++---- .env.preview | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env b/.env index 5da3296..eb69854 100644 --- a/.env +++ b/.env @@ -2,5 +2,5 @@ NODE_ENV=production VUE_APP_PREVIEW=true //VUE_APP_API_BASE_URL=http://192.168.1.205:25800 //VUE_APP_API_BASE_URL=http://127.0.0.1:5000 -# VUE_APP_API_BASE_URL=http://60.209.125.238:25805 -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file diff --git a/.env.development b/.env.development index 8e28015..0fc3239 100644 --- a/.env.development +++ b/.env.development @@ -1,12 +1,12 @@ NODE_ENV=development VUE_APP_PREVIEW=true -# VUE_APP_API_BASE_URL=http://60.209.125.238:25805 -# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 # process.env.VUE_APP_API_BASE_URL -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api -VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api //VUE_APP_API_BASE_URL=http://127.0.0.1:5000 //VUE_APP_SOCKET_BASE_URL=http://127.0.0.1:5000 diff --git a/.env.preview b/.env.preview index 28d87e4..029fbe5 100644 --- a/.env.preview +++ b/.env.preview @@ -1,7 +1,7 @@ NODE_ENV=production VUE_APP_PREVIEW=true -# VUE_APP_API_BASE_URL=http://60.209.125.238:25805 -# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api -VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file