|
...
|
...
|
@@ -119,7 +119,7 @@ class LoginController extends BaseController |
|
|
|
|
|
|
|
public function ceshi(){
|
|
|
|
$imageModel = new Image();
|
|
|
|
$list = $imageModel->list(['path'=>['like','%/m/image_other/2023-08/%']]);
|
|
|
|
$list = $imageModel->list(['path'=>['like','%/p/1/image_other/2023-08/%']]);
|
|
|
|
foreach ($list as $k => $v){
|
|
|
|
$data = [
|
|
|
|
'path'=>'/public/template/'.basename($v['path']),
|
...
|
...
|
|