mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Data.php
This commit is contained in:
parent
a62b1996ab
commit
03a51197c9
@ -23,7 +23,7 @@ class Data extends Controller
|
||||
public function getData()
|
||||
{
|
||||
$data = $this->_vali(['name.require' => '数据名称不能为空!']);
|
||||
if (isset(SystemBase::items('页面数据')[$data['name']])) {
|
||||
if (isset(SystemBase::items('页面内容')[$data['name']])) {
|
||||
$this->success('获取数据对象', sysdata($data['name']));
|
||||
} else {
|
||||
$this->success('获取数据失败', []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user