This commit is contained in:
yumoqing 2026-04-15 15:37:35 +08:00
parent 368cecd07e
commit 58c7838ac3

View File

@ -638,7 +638,7 @@ bricks.App = class extends bricks.Layout {
bricks.bug = opts.debug || false; bricks.bug = opts.debug || false;
bricks.Body = this; bricks.Body = this;
this.deviceid = bricks.deviceid(opts.appname || 'appname'); this.deviceid = bricks.deviceid(opts.appname || 'appname');
this.login_url = opts.login_url || '/rbac/userpassword_login.ui'; this.login_url = opts.login_url || '/rbac/user/login.ui';
this.charsize = this.opts.charsize || 20; this.charsize = this.opts.charsize || 20;
this.keyevent_blocked = false; this.keyevent_blocked = false;
this.char_size = this.observable('charsize', this.charsize); this.char_size = this.observable('charsize', this.charsize);