|
|
@@ -105,7 +105,7 @@ class Model_logic_tools extends Lin_Model {
|
|
|
if(empty($result)){
|
|
|
return $url;
|
|
|
}
|
|
|
- $result = $host.$result;
|
|
|
+ $result = $host."/".$result;
|
|
|
return $result;
|
|
|
}elseif(strpos($url,'https://1.wepolicy.cn')!== false){
|
|
|
$str = str_replace('https://1.wepolicy.cn',$host,$url);
|