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