|
...
|
...
|
@@ -271,7 +271,7 @@ class LoginController extends BaseController |
|
|
|
public function ceshi(){
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
$lists = $imageModel->list($this->map);
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
$v['path'] = 'upload/'.$v['path'];
|
|
|
|
$imageModel->edit(['path'=>$v['path']],['id'=>$v['id']]);
|
|
|
|
}
|
...
|
...
|
|