作者 何书鹏
1 个管道 的构建 通过 耗费 11 秒

bug修改

... ... @@ -74,7 +74,7 @@ return array (
'content' =>
array (
),
'value' => 'http://qeh3doe2m.bkt.clouddn.com',
'value' => 'http://qiniu.silk.brotop.cn',
'rule' => 'required',
'msg' => '',
'tip' => '未绑定CDN的话可使用七牛分配的测试域名',
... ... @@ -104,7 +104,7 @@ return array (
'content' =>
array (
),
'value' => 'http://silk.t.brotop.cn/addons/qiniu/index/notify',
'value' => 'https://silk.t.broteam.cn/addons/qiniu/index/notify',
'rule' => '',
'msg' => '',
'tip' => '',
... ...
... ... @@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'id', title: __('Id')},
{field: 'type', title: __('Type'), operate: false, searchList: Config.typeList, formatter: Table.api.formatter.label},
{field: 'name', title: __('Name'), align: 'left'},
{field: 'nickname', title: __('Nickname')},
// {field: 'nickname', title: __('Nickname')},
{field: 'flag', title: __('Flag'), formatter: Table.api.formatter.flag},
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
{field: 'weigh', title: __('Weigh')},
... ...