From 1d7d667220fee3ba3195cb03b4d89b3f4a949983 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 26 Nov 2020 15:51:17 +0800 Subject: [PATCH] try fix some platform disable visit file start with . --- platform/Normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Normal.php b/platform/Normal.php index 24b3a6c..1a63904 100644 --- a/platform/Normal.php +++ b/platform/Normal.php @@ -184,7 +184,7 @@ function install() //if (location.port!="") url += ":" + location.port; url += location.pathname; if (url.substr(-1)!="/") url += "/"; - url += ".data/config.php"; + url += "app.json"; //alert(url); var xhr4 = new XMLHttpRequest(); xhr4.open("GET", url);