layui(Larry)后台风格 安装了怎么切换
找不到的话.就数据库工具那里运行一下这段代码
DELETE FROM `qb_config` WHERE `c_key` = 'member_style'; INSERT INTO `qb_config` (`id`, `type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`) VALUES('', 1, '会员中心风格', 'member_style', 'default', 'select', 'app\\common\\util\\Style@get_style@["member"]', 1, '', '', 98, 0); INSERT INTO `qb_config` (`id`, `type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`) VALUES('', 1, '后台风格', 'admin_style', 'layui', 'select', 'app\\common\\util\\Style@get_style@["admin"]', 1, '', '', 97, 0);
需要执行数据库命令
在网站参数设置中,请看以下图示