Commit ab0dc3f4 by LiuJunYi

更换正式域名

parent ebb88eac
...@@ -107,6 +107,9 @@ class Project extends BaseModel ...@@ -107,6 +107,9 @@ class Project extends BaseModel
public function getKfQrcodeAttr($value) public function getKfQrcodeAttr($value)
{ {
if(empty($value)){
return $value;
}
if (strpos('http', $value)) { if (strpos('http', $value)) {
return $value; return $value;
} }
......
...@@ -244,8 +244,8 @@ $config = [ ...@@ -244,8 +244,8 @@ $config = [
], ],
'app_name' => '美行者亲子游', 'app_name' => '美行者亲子游',
'domain' => 'http://app.maveler.com', 'domain' => 'http://maveler.jqhulian.com',
'domain_ssl' => 'https://app.maveler.com/', 'domain_ssl' => 'https://maveler.jqhulian.com/',
// 微信小程序配置 // 微信小程序配置
'wxapp' => [ 'wxapp' => [
......
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