Commit facef6ba authored by hujun's avatar hujun

edit

parent 6cf08438
...@@ -76,7 +76,7 @@ class SNews extends BaseModel ...@@ -76,7 +76,7 @@ class SNews extends BaseModel
->order($order) ->order($order)
->find(); ->find();
$data['cover_plan'] = LOCAL_IMG_HOST . 'images/' . $data['cover_plan']; $data['cover_plan'] = CK_IMG_URL . 'images/' . $data['cover_plan'];
return $data; 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