From ce4270647bfcaa69c51b5985327e478fb59e354d Mon Sep 17 00:00:00 2001 From: 0000792 <1161664478@qq.com> Date: Thu, 24 Nov 2022 10:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/config.js b/public/js/config.js index 1684d221..6f7974d2 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -2,7 +2,7 @@ window.dasConfig = { ip: '192.168.10.241', port: 30646, - prodApi: '/prod-api', + prodApi: '', protocol: 'http://', wsProtocol: 'ws://' }