From fab4cd27e049cd00e127d149e89c8cc3cbdb482e Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Wed, 23 Sep 2020 10:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.env.production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 1848ec3..e1465ff 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ ENV = 'production' # 接口地址 -VUE_APP_BASE_API = 'http://127.0.0.1:8001' -VUE_APP_WS_API = 'ws:///127.0.0.1:8001' +VUE_APP_BASE_API = 'https://consoleapi.xinxintuan.co' +VUE_APP_WS_API = 'ws://consoleapi.xinxintuan.co'