fix: 禁用初始密码开启

This commit is contained in:
taojinlong 2024-11-14 17:59:00 +08:00
parent 9d06bf8c51
commit f7e4ab2cef

View File

@ -3,3 +3,4 @@ VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0);
INSERT INTO `core_menu` VALUES (71, 70, 2, 'msg-fill', 'msg/fill', 1, 'icon_msg_fill', '/msg-fill', 0, 1, 0);
UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');