mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #13348 from dataease/pr@dev-v2@perf_msg_fill_menu
perf(X-Pack): 填报消息菜单设置
This commit is contained in:
@@ -104,6 +104,7 @@ public class MenuManage {
|
||||
|| coreMenu.getId().equals(40L)
|
||||
|| coreMenu.getId().equals(50L)
|
||||
|| coreMenu.getId().equals(60L)
|
||||
|| coreMenu.getId().equals(61L);
|
||||
|| coreMenu.getId().equals(61L)
|
||||
|| coreMenu.getPid().equals(70L);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,5 @@ INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
|
||||
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 `xpack_setting_authentication` set `synced` = 0 where `name` = 'oidc' or name = 'cas';
|
||||
@@ -1,3 +0,0 @@
|
||||
<template>
|
||||
<div>msg-fill xpack</div>
|
||||
</template>
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: cd39f4ce5c...d02a09a678
Reference in New Issue
Block a user