From 16214e4cb2507993e71b9ed4ba9e7fff02e04314 Mon Sep 17 00:00:00 2001 From: huangweixiong Date: Mon, 14 Nov 2022 17:27:41 +0800 Subject: [PATCH] =?UTF-8?q?baseUrl=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/public/index.html b/front/public/index.html index 35f655e3..38e6f589 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -71,7 +71,7 @@ window.SITE_CONFIG['previewUrl'] = _global.config.previewUrl window.SITE_CONFIG['frontUrl'] = _global.config.previewUrl + 'document/#/devModelFile/' - window.SITE_CONFIG['apiURL'] = 'http://' + _global.config.websocketURL + window.SITE_CONFIG['apiURL'] = _global.config.apiURL window.SITE_CONFIG['websocketURL'] = _global.config.websocketURL window.SITE_CONFIG['POI_URL'] = _global.config.POI_URL