提交 8fedcb60 authored 作者: 许志图's avatar 许志图

增加智慧公路一级菜单按钮

上级 ac4e4499
...@@ -1447,7 +1447,6 @@ SET FOREIGN_KEY_CHECKS = 1; ...@@ -1447,7 +1447,6 @@ SET FOREIGN_KEY_CHECKS = 1;
-- 增加sys_menu 一级按钮 -- 增加sys_menu 一级按钮
INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (10000, '数字公路', NULL, '/crud', -1, 'icon-caidanguanli', '', 1, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0'); INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (10000, '数字公路', NULL, '/crud', -1, 'icon-caidanguanli', '', 1, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0');
INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (17000, '测试菜单', NULL, '/test', -1, 'icon-caidanguanli', '', 8, '0', '0', '2019-03-01 10:50:22', '2019-03-11 02:03:47', '0');
INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (20000, '路网监测', NULL, '/crud', -1, 'icon-caidanguanli', '', 2, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0'); INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (20000, '路网监测', NULL, '/crud', -1, 'icon-caidanguanli', '', 2, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0');
INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (30000, '智慧决策', NULL, '/crud', -1, 'icon-caidanguanli', '', 3, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0'); INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (30000, '智慧决策', NULL, '/crud', -1, 'icon-caidanguanli', '', 3, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0');
INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (40000, '智慧建设', NULL, '/crud', -1, 'icon-caidanguanli', '', 4, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0'); INSERT INTO `aroad`.`sys_menu`(`menu_id`, `name`, `permission`, `path`, `parent_id`, `icon`, `component`, `sort`, `keep_alive`, `type`, `create_time`, `update_time`, `del_flag`) VALUES (40000, '智慧建设', NULL, '/crud', -1, 'icon-caidanguanli', '', 4, '0', '0', '2019-03-15 01:50:22', '2018-09-28 08:58:20', '0');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论