2
0

feat: add wlan and portal management menu

This commit is contained in:
zhangsz
2025-02-19 11:42:06 +08:00
parent 75b4440cf5
commit 48ec145e7a
4 changed files with 9 additions and 0 deletions

View File

@@ -365,6 +365,8 @@ INSERT INTO `sys_menu` VALUES (2027, 'menu.billing.payment.setting', 2023, 4, '/
INSERT INTO `sys_menu` VALUES (2028, 'menu.device.management', 0, 0, '/device', 'layout.base', NULL, 1, 0, 'M', '0', '0', '', 'carbon:volume-block-storage', 'super', '2024-12-04 10:43:40', '', '2024-12-04 10:50:20', '', 'device');
INSERT INTO `sys_menu` VALUES (2029, 'menu.device.ap.management', 2028, 10, '/device/apdevice', 'view.device_apdevice', NULL, 1, 1, 'C', '0', '0', '', 'carbon:category', 'super', '2024-12-04 10:46:31', '', '2025-01-06 16:25:18', '', 'device_ap');
INSERT INTO `sys_menu` VALUES (2030, 'menu.device.client.management', 2028, 20, '/device/terminal', 'view.device_terminal', NULL, 1, 1, 'C', '0', '0', '', 'carbon:user-multiple', 'super', '2024-12-04 10:47:56', '', '2025-01-06 18:11:35', '', 'device_ue');
INSERT INTO `sys_menu` VALUES (2031, 'menu.device.wlan.management', 2028, 12, '/device/wlan', 'view.device_wlan', NULL, 1, 1, 'C', '0', '0', '', 'carbon:rocket', 'super', '2025-02-18 10:46:31', '', NULL, '', 'device_wlan');
INSERT INTO `sys_menu` VALUES (2032, 'menu.device.portal.management', 2028, 14, '/device/portal', 'view.device_portal', NULL, 1, 1, 'C', '0', '0', '', 'carbon:building-insights-3', 'super', '2025-02-18 10:46:31', '', NULL, '', 'device_portal');
-- ----------------------------
-- Table structure for sys_oper_log
@@ -529,6 +531,7 @@ INSERT INTO `sys_role_menu` VALUES (2, 2028);
INSERT INTO `sys_role_menu` VALUES (2, 2029);
INSERT INTO `sys_role_menu` VALUES (2, 2030);
INSERT INTO `sys_role_menu` VALUES (2, 2031);
INSERT INTO `sys_role_menu` VALUES (2, 2032);
-- ----------------------------
-- Table structure for sys_user

View File

@@ -219,6 +219,8 @@ menu.user.kyc.management=KYC Management
menu.device.management=Device Management
menu.device.ap.management=AP Management
menu.device.client.management=Client Management
menu.device.wlan.management=WLAN Management
menu.device.portal.management=Portal Management
menu.home.dashboard=Dashboard
menu.home.monitor=Monitor
menu.system.tools=System Tools

View File

@@ -224,6 +224,8 @@ menu.user.kyc.management=KYC Management
menu.device.management=Device Management
menu.device.ap.management=AP Management
menu.device.client.management=Client Management
menu.device.wlan.management=WLAN Management
menu.device.portal.management=Portal Management
menu.home.dashboard=Dashboard
menu.home.monitor=Monitor
menu.system.tools=System Tools

View File

@@ -228,6 +228,8 @@ menu.user.kyc.management=KYC审核
menu.device.management=设备管理
menu.device.ap.management=AP设备
menu.device.client.management=终端设备
menu.device.wlan.management=无线网络
menu.device.portal.management=门户管理
menu.home.dashboard=仪表盘
menu.home.monitor=监控中心
menu.system.tools=系统工具