1
0

fix: ba customized

This commit is contained in:
2023-12-21 20:12:24 +08:00
parent 3e38056e71
commit 448aec4e86
6 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
--
REPLACE
INTO `omc_db`.`sys_config` (
`config_id`,
`config_name`,
`config_key`,
`config_value`,
`config_type`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`remark`
)
VALUES (
108,
'config.sys.i18nOpen',
'sys.i18n.open',
'false',
'Y',
'supervisor',
1698110000000,
NULL,
0,
'config.sys.i18nOpenRemark'
);
REPLACE
INTO `omc_db`.`sys_config` (
`config_id`,
`config_name`,
`config_key`,
`config_value`,
`config_type`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`remark`
)
VALUES (
109,
'Internationalization Default Language',
'sys.i18n.default',
'en_US',
'Y',
'supervisor',
1698110000000,
'supervisor',
1702632906566,
'config.sys.i18nDefaultRemark'
);
-- 删除所有角色权限的国际化切换功能
DELETE FROM `omc_db`.`sys_role_menu` WHERE `menu_id` = 2122

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB