urlManager->getHostInfo(); $parse = parse_url($hostInfo); $host = $parse['host']; $pos = strpos($host,'.') + 1; $pre = substr($host,$pos); $this->imgUrl = 'http://img.'.$pre; $this->adminUrl = 'http://a.'.$pre; $this->frontUrl = 'http://m.'.$pre; $this->openUrl = 'http://o.'.$pre; $this->picUrl = 'http://pic.'.$pre;//阿里云oss图床 $this->wwwUrl = 'http://www.'.$pre; return parent::beforeAction($action); } }