登陆框新增纯净模式

feat/task1-c-wallet
gongfuxiang 2021-11-12 10:34:05 +08:00
parent 8ad62c304c
commit d102c895cf
2 changed files with 33 additions and 24 deletions

View File

@ -325,6 +325,9 @@ class Common extends BaseController
// 底部信息
MyViewAssign('home_theme_footer_bottom_powered', htmlspecialchars_decode(MyC('home_theme_footer_bottom_powered')));
// 纯净模式
MyViewAssign('page_pure', in_array($this->controller_name.$this->action_name, ['usermodallogininfo'