dever 5 years ago
parent
commit
497bf52cd3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/collection/database/info.php

+ 2 - 2
app/collection/database/info.php

@@ -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'),