正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -119,7 +119,7 @@ class LoginController extends BaseController | @@ -119,7 +119,7 @@ class LoginController extends BaseController | ||
| 119 | 119 | ||
| 120 | public function ceshi(){ | 120 | public function ceshi(){ |
| 121 | $imageModel = new Image(); | 121 | $imageModel = new Image(); |
| 122 | - $list = $imageModel->list(['path'=>['like','%/m/image_other/2023-08/%']]); | 122 | + $list = $imageModel->list(['path'=>['like','%/p/1/image_other/2023-08/%']]); |
| 123 | foreach ($list as $k => $v){ | 123 | foreach ($list as $k => $v){ |
| 124 | $data = [ | 124 | $data = [ |
| 125 | 'path'=>'/public/template/'.basename($v['path']), | 125 | 'path'=>'/public/template/'.basename($v['path']), |
-
请 注册 或 登录 后发表评论