QQ扫一扫联系
由于 CMS 使用的是动态数据模型,因此默认情况下模板的调用和数据是要匹配的。
目前首页的模块相对固定,如果需要修改首页的内容可以直接修改以下的文件:
module/Cms/View/pc/cms/index.blade.php
module/Cms/View/pc/cms/list/default.blade.php
module/Cms/View/pc/cms/detail/default.blade.php
module/Cms/View/pc/cms/list/product.blade.php
module/Cms/View/pc/cms/detail/product.blade.php
module/Cms/View/pc/cms/list/news.blade.php
module/Cms/View/pc/cms/detail/news.blade.php
module/Cms/View/pc/cms/list/case.blade.php
module/Cms/View/pc/cms/detail/case.blade.php
module/Cms/View/pc/cms/list/job.blade.php
module/Cms/View/pc/cms/detail/job.blade.php
如果使用的是其他的模板模块,如 CmsThemeXxx
则路径相应的变为以下:
module/CmsThemeXxx/View/pc/cms/index.blade.php