Commit 69ee6141 authored by hujun's avatar hujun

办公室服务器IP

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