master
parent
f050bbf5b5
commit
4b4a79fde7
|
|
@ -32,12 +32,12 @@ class GoodsBrandController extends AdminController
|
|||
->autoUpload()
|
||||
->saveFullUrl()
|
||||
->move('goods/brand');
|
||||
$form->oss('file')->config([
|
||||
'accessId' => 'LTAI5tFMaynxgZ9aDMNLxpU9',
|
||||
'accessKey' => 'pecJA3LX2sQyWxWDMUUb5NhsMe4Czu',
|
||||
'host' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com',
|
||||
'dir' => 'mv',
|
||||
]);
|
||||
// $form->oss('file')->config([
|
||||
// 'accessId' => 'LTAI5tFMaynxgZ9aDMNLxpU9',
|
||||
// 'accessKey' => 'pecJA3LX2sQyWxWDMUUb5NhsMe4Czu',
|
||||
// 'host' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com',
|
||||
// 'dir' => 'mv',
|
||||
// ]);
|
||||
|
||||
$form->disableResetButton();
|
||||
$form->disableCreatingCheck();
|
||||
|
|
|
|||
Loading…
Reference in New Issue