把模板复制到 public/themes 下
把 app目录下的config.php 找到 cmf_admin_default_theme 改成 admin_h
采用iframe布局,多页面管理
清理缓存用ajax进行 找到清理缓存的方法
文件:app/admin/controller/SettingController.php
public function clearCache() { if ($this->request->isAjax()) { cmf_clear_cache(); $this->success('清理缓存成功!'); } }
演示账号 demo 密码 123456
ThinkCMF模板插件交流群:550851374