|
@@ -4,7 +4,7 @@ $audit = Dever::config('base')->audit;
|
|
|
|
|
|
$status = Dever::config('base')->status;
|
|
|
|
|
|
-# 获取小刊分类权限
|
|
|
+# 分类权限
|
|
|
$auth = Dever::tops();
|
|
|
$cate = function() use ($auth)
|
|
|
{
|
|
@@ -444,8 +444,8 @@ $config = array
|
|
|
# 列表
|
|
|
'list_button' => array
|
|
|
(
|
|
|
- 'edit' => array('预览', str_replace('https://api.', 'http://www.', Dever::url('main/preview.get?type=4'))),
|
|
|
'update' => '编辑',
|
|
|
+ 'edit' => array('预览', str_replace('https://api.', 'http://www.', Dever::url('main/preview.get?type=4'))),
|
|
|
'br2' => array('<br />'),
|
|
|
|
|
|
'list1' => array('功能', '"function&search_option_info_id={id}&oper_table=info"' , '{audit} == 1'),
|