mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
ComposerUpdate
This commit is contained in:
parent
56c1596bde
commit
273650b274
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -502,12 +502,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "8821ce7703baafc18f32668cf949e803e8c19904"
|
||||
"reference": "f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/8821ce7703baafc18f32668cf949e803e8c19904",
|
||||
"reference": "8821ce7703baafc18f32668cf949e803e8c19904",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff",
|
||||
"reference": "f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -527,7 +527,7 @@
|
||||
"qiniu/php-sdk": "^7.2",
|
||||
"topthink/framework": "5.1.*"
|
||||
},
|
||||
"time": "2019-11-28T09:08:14+00:00",
|
||||
"time": "2019-11-28T10:43:13+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
|
@ -79,8 +79,8 @@ class NodeService extends Service
|
||||
static $data = [];
|
||||
if (empty($force)) {
|
||||
if (count($data) > 0) return $data;
|
||||
$data = (array)$this->app->cache->get('system_auth_node');
|
||||
if (count($data) > 0) return $data;
|
||||
$data = $this->app->cache->get('system_auth_node');
|
||||
if (is_array($data) && count($data) > 0) return $data;
|
||||
} else {
|
||||
$data = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user