diff --git a/sql/wfc_system_db/wfc_system_db.sql b/sql/wfc_system_db/wfc_system_db.sql index a77dec6..2a0533d 100644 --- a/sql/wfc_system_db/wfc_system_db.sql +++ b/sql/wfc_system_db/wfc_system_db.sql @@ -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 diff --git a/wfc-common/wfc-common-core/src/main/resources/i18n/messages.properties b/wfc-common/wfc-common-core/src/main/resources/i18n/messages.properties index 5fc7dde..c2f815c 100644 --- a/wfc-common/wfc-common-core/src/main/resources/i18n/messages.properties +++ b/wfc-common/wfc-common-core/src/main/resources/i18n/messages.properties @@ -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 diff --git a/wfc-common/wfc-common-core/src/main/resources/i18n/messages_en_US.properties b/wfc-common/wfc-common-core/src/main/resources/i18n/messages_en_US.properties index 3783e76..c2868e0 100644 --- a/wfc-common/wfc-common-core/src/main/resources/i18n/messages_en_US.properties +++ b/wfc-common/wfc-common-core/src/main/resources/i18n/messages_en_US.properties @@ -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 diff --git a/wfc-common/wfc-common-core/src/main/resources/i18n/messages_zh_CN.properties b/wfc-common/wfc-common-core/src/main/resources/i18n/messages_zh_CN.properties index 050932a..ff69124 100644 --- a/wfc-common/wfc-common-core/src/main/resources/i18n/messages_zh_CN.properties +++ b/wfc-common/wfc-common-core/src/main/resources/i18n/messages_zh_CN.properties @@ -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=系统工具