Commit 14968b8e authored by hujun's avatar hujun

path

parent 08510f6e
...@@ -280,8 +280,7 @@ class OfficeRoomService ...@@ -280,8 +280,7 @@ class OfficeRoomService
} else { } else {
$file_url = []; $file_url = [];
foreach ($img_data as $k => $v) { foreach ($img_data as $k => $v) {
$img_url = CK_IMG_URL . 'images/' . $v['img_name']; $img_url = 'resource/lib/Attachments/images/' . $v['img_name'];
$file_url['file_name'] = $img_url; $file_url['file_name'] = $img_url;
$file_url['save_path'] = $v['img_name']; $file_url['save_path'] = $v['img_name'];
switch ($v['img_type']) { switch ($v['img_type']) {
......
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