|
@@ -572,6 +572,7 @@ class Database
|
|
|
$result['content'] = Dever::view($config['manage'][$key], 'manage', $this->project);
|
|
|
//echo $result['content'];die;
|
|
|
if ($result['content']) {
|
|
|
+ Dever::setInput('page_content', 1);
|
|
|
$result['s1'] = 'display:';
|
|
|
$result['s2'] = 'display:none';
|
|
|
|
|
@@ -1535,6 +1536,10 @@ class Database
|
|
|
Dever::alert('你没有权限');
|
|
|
}
|
|
|
|
|
|
+ if (Dever::input('page_content') == 1) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
$config = $this->config();
|
|
|
|
|
|
$high = array();
|
|
@@ -1602,8 +1607,7 @@ class Database
|
|
|
|
|
|
if (Dever::input('page_type') == 1) {
|
|
|
Dever::$global['manage']['list_data'] = $data;
|
|
|
-
|
|
|
- return $data;
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
//print_r($data);die;
|