mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
优化页面内的分类快速添加;
This commit is contained in:
@@ -157,7 +157,7 @@ class Post extends Model
|
||||
{
|
||||
$url_info = parse_url((string)url('index/Index/index')->domain('www'));
|
||||
|
||||
return $url_info['scheme'] . '://' . $url_info['host'] . '/a' . $this->getData('uid') . '.html';
|
||||
return $url_info['scheme'] . '://' . $url_info['host'] . '/index/a' . $this->getData('uid') . '.html';
|
||||
}
|
||||
|
||||
public function getShareTextAttr()
|
||||
|
||||
Reference in New Issue
Block a user