Commit 536d6d55 authored by hujun's avatar hujun

edit

parent 4465fd5b
......@@ -76,7 +76,7 @@ class SNews extends BaseModel
->order($order)
->find();
$data['cover_plan'] = CK_IMG_URL . 'images/' . $data['cover_plan'];
$data['cover_plan'] = LOCAL_IMG_HOST . 'images/' . $data['cover_plan'];
return $data;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment