This commit is contained in:
make
2025-05-07 11:25:47 +08:00
parent e404014c66
commit 5563b1da1f
6 changed files with 50 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ abstract class BaseController
public function rending($strTemplate = '')
{
// 全局使用的URL模板
$strPcUrlTemp = $this->request->DomainModel->getFomartSubject('PC_URL_PATH','',false);
$strPcUrlTemp = $this->request->DomainModel->getFomartSubject('PC_PATH_URL','',false);
$strNanUrlTemp = $this->request->DomainModel->getFomartSubject('NAN_SHENG_URL','',false);
$strNvUrlTemp = $this->request->DomainModel->getFomartSubject('NV_SHENG_URL','',false);
$strCategoryIndexUrlTemp = $this->request->DomainModel->getFomartSubject('CATEGORY_INDEX_URL','',false);