Commit 7e050774 authored by hujun's avatar hujun

录音文件路径修改

parent 26904ac7
......@@ -67,7 +67,7 @@ class SecretReport extends Model
}
if ($v->voice_file) {
$result[$k]['voice_file'] = CURRENT_URL.'public'.DS.'static'.DS.'voice'.$v->voice_file;
$result[$k]['voice_file'] = CURRENT_URL.'static'.DS.'voice'.DS.$v->voice_file;
} else {
$result[$k]['voice_file'] = "";
}
......
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