From 676536878151073f46d2322da7a9942102d97257 Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 15 Mar 2023 16:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index a58823bb..85941a15 100755 --- a/application/config.php +++ b/application/config.php @@ -303,7 +303,7 @@ return [ //允许跨域的域名,多个以,分隔 'cors_request_domain' => 'localhost,127.0.0.1', //版本号 - 'version' => '1.3.5.20221214', + 'version' => '1.4.0.20230315', //API接口地址 'api_url' => 'https://api.fastadmin.net', ],