优化页面内的分类快速添加;

This commit is contained in:
2022-02-12 15:37:36 +08:00
parent 5fb6590565
commit 90bbf61b6a
4 changed files with 1020 additions and 1023 deletions

View File

@@ -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()