Exemple #1
0
 /**
  * 更改资源网址
  *
  * @param string $url
  */
 public static function asset($url)
 {
     $realPath = Leb_View::getEnvVar('resourceBase');
     if ($realPath == '/') {
         $realPath = '';
     }
     return $realPath . '/' . $url;
 }