fix: ba customized
This commit is contained in:
55
build/usr/local/omc/static/ba.d/db/customized.sql
Normal file
55
build/usr/local/omc/static/ba.d/db/customized.sql
Normal 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
|
||||
BIN
build/usr/local/omc/static/ba.d/doc/en_doc.pdf
Normal file
BIN
build/usr/local/omc/static/ba.d/doc/en_doc.pdf
Normal file
Binary file not shown.
BIN
build/usr/local/omc/static/ba.d/logo/en-brand.png
Normal file
BIN
build/usr/local/omc/static/ba.d/logo/en-brand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
build/usr/local/omc/static/ba.d/logo/en-icon.png
Normal file
BIN
build/usr/local/omc/static/ba.d/logo/en-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
build/usr/local/omc/static/ba.d/logo/zh-brand.png
Normal file
BIN
build/usr/local/omc/static/ba.d/logo/zh-brand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
build/usr/local/omc/static/ba.d/logo/zh-icon.png
Normal file
BIN
build/usr/local/omc/static/ba.d/logo/zh-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user