diff --git a/config/admin-agent.php b/config/admin-agent.php index c248ec3..d9759c4 100644 --- a/config/admin-agent.php +++ b/config/admin-agent.php @@ -256,8 +256,8 @@ return [ // Image and file upload path under the disk above. 'directory' => [ - 'image' => 'images', - 'file' => 'files', + 'image' => 'agent/images', + 'file' => 'agent/files', ], ], diff --git a/config/admin-guide.php b/config/admin-guide.php index 95d77be..34561aa 100644 --- a/config/admin-guide.php +++ b/config/admin-guide.php @@ -256,8 +256,8 @@ return [ // Image and file upload path under the disk above. 'directory' => [ - 'image' => 'images', - 'file' => 'files', + 'image' => 'guide/images', + 'file' => 'guide/files', ], ], diff --git a/config/admin-settled.php b/config/admin-settled.php index 863845c..6ca6d8b 100644 --- a/config/admin-settled.php +++ b/config/admin-settled.php @@ -263,8 +263,8 @@ return [ // Image and file upload path under the disk above. 'directory' => [ - 'image' => 'images', - 'file' => 'files', + 'image' => 'settled/images', + 'file' => 'settled/files', ], ], diff --git a/config/admin-supplier.php b/config/admin-supplier.php index 8a9c1fc..da5398b 100644 --- a/config/admin-supplier.php +++ b/config/admin-supplier.php @@ -256,8 +256,8 @@ return [ // Image and file upload path under the disk above. 'directory' => [ - 'image' => 'images', - 'file' => 'files', + 'image' => 'supplier/images', + 'file' => 'supplier/files', ], ], diff --git a/config/admin.php b/config/admin.php index 62664f1..9d2c37f 100644 --- a/config/admin.php +++ b/config/admin.php @@ -265,8 +265,8 @@ return [ // Image and file upload path under the disk above. 'directory' => [ - 'image' => 'images', - 'file' => 'files', + 'image' => 'yytx/images', + 'file' => 'yytx/files', ], ],