From 504303367b27596ca0f86ca9a60e04925084e1c6 Mon Sep 17 00:00:00 2001 From: wanghaomei Date: Fri, 4 Nov 2022 17:05:40 +0800 Subject: [PATCH] =?UTF-8?q?URL=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 ++- .env.development | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 06dab2f..40d34d9 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ NODE_ENV=production VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=http://192.168.1.205:25800 \ No newline at end of file +VUE_APP_API_BASE_URL=http://192.168.1.205:25800 +//VUE_APP_API_BASE_URL=http://127.0.0.1:5000 \ No newline at end of file diff --git a/.env.development b/.env.development index 182d8ee..21e8923 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,7 @@ 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 \ No newline at end of file +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 + +//VUE_APP_API_BASE_URL=http://127.0.0.1:5000 +//VUE_APP_SOCKET_BASE_URL=http://127.0.0.1:5000 \ No newline at end of file