From ef9b32d2b47ee8e1099fe861578c53133b73944c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 1 Jun 2023 11:05:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E5=9F=BA=E7=A1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF=E6=94=BE=E5=85=A5window?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/config.js b/public/config.js index 88758d4d..bf9ea6ed 100644 --- a/public/config.js +++ b/public/config.js @@ -1,5 +1,7 @@ -var BASE_CONFIG = { +const BASE_CONFIG = { baseUrl: 'http://192.168.44.54:8091/', version: '23.06', - apiVersion:'v1' -} \ No newline at end of file + apiVersion: 'v1' +} + +window.BASE_CONFIG = BASE_CONFIG