From 8b330357492c2a9add8206f61aa2321eade5acf1 Mon Sep 17 00:00:00 2001 From: 0000792 <1161664478@qq.com> Date: Tue, 26 Jul 2022 16:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= 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 60a07762..8d64f357 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -1,7 +1,7 @@ // 手动配置的地址 window.dasConfig = { ip: '192.168.10.241', - port: 32024, + port: 30646, prodApi: '/prod-api', protocol: 'http://' }