fix: 禁用初始密码开启
This commit is contained in:
parent
f7e4ab2cef
commit
e719d99cbf
@ -1,2 +1,4 @@
|
||||
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
|
||||
VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
|
||||
|
||||
UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user