thinkcmf5 pc切换手机

Posted yehuisir

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkcmf5 pc切换手机相关的知识,希望对你有一定的参考价值。

1.在simplewind\\cmf\\common.php 里找到“获取当前主题名”添加

    if(cmf_is_mobile())
        $theme    = config(‘cmf_mobile_default_theme‘);

    else
        $theme    = config(‘cmf_default_theme‘);
     

技术图片

 

 技术图片

 

 

2. app\\config.php 里添加

  ‘cmf_mobile_theme_path‘          => ‘public/themes/‘,  //(public视情况而定加)
    ‘cmf_mobile_default_theme‘       => ‘mobile‘,   //(mobile为手机版文件名)

 技术图片

 

 技术图片

 

 -------------------------------------------------自己项目--------------------------------------------------------------------------------

技术图片

 

 技术图片

 

 技术图片

技术图片

 

 技术图片

 

以上是关于thinkcmf5 pc切换手机的主要内容,如果未能解决你的问题,请参考以下文章

thinkcmf5更新模板代码

thinkcmf5 模板版变量的加载过程

thinkcmf5更新模板代码分析,解决模板配置json出错导致数据库保存的配置项内容丢失问题

thinkcmf安装遇到的问题

windows安装composer

thinkcmf 登录页面在哪个文件夹