From 26de022cd1ee1b2d961677e4867a6d03cac0c484 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Thu, 8 Apr 2021 05:48:42 +0300 Subject: [PATCH] * Fix bug. --- framework/base/router.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/base/router.class.php b/framework/base/router.class.php index cda4a34f63..7364c41fc7 100644 --- a/framework/base/router.class.php +++ b/framework/base/router.class.php @@ -377,6 +377,7 @@ class baseRouter $this->loadClass('mobile', $static = true); $this->setCookieSecure(); + $this->setOpenApp(); $this->setSuperVars(); $this->setDebug(); $this->setErrorHandler();