From edbdef3f587df446b04405ac654c1d19b3ad2d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Wed, 22 Sep 2021 15:19:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0webpack=E5=88=AB?= =?UTF-8?q?=E5=90=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- public/index.html | 14 ++++++++++++++ src/main.js | 4 ++-- vue.config.js | 9 +++++++-- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index 78ca8aaef..203a99a11 100644 --- a/.env.development +++ b/.env.development @@ -20,6 +20,6 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/' # Dev server for core proxy -VUE_APP_CORE_HOST = 'http://localhost:8080' -VUE_APP_CORE_WS = 'ws://localhost:8080' +VUE_APP_CORE_HOST = 'https://jumpserver-test.fit2cloud.com/' +VUE_APP_CORE_WS = 'wss://jumpserver-test.fit2cloud.com/' VUE_APP_ENV = 'development' diff --git a/public/index.html b/public/index.html index 081580329..d6202b2f1 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,20 @@