Menu Management
The menu management module provides configuration management for system menus and buttons, controlling the navigation structure and operation permissions of the gateway runtime web interface.
Feature Entry
Click "System Management → Menu Management" in the left menu to enter the management page.

Menu Tree Table
Displays the hierarchical relationship of menus and buttons in a tree structure:
| Column | Description |
|---|---|
| Name | The display name of the menu or button |
| Code | The unique code of the menu or button |
| Page Address | The page address used by the menu entry |
| Type | Menu/Button |
| Sort | Display sort number |
| Status | Enabled/Disabled |
Operation Features
| Feature | Description |
|---|---|
| Add Menu | Create a new menu |
| Add Button | Create a button under a menu |
| Edit | Edit a menu or button |
| Delete | Delete a menu or button |
| Batch Delete | Batch delete selected items |
| Refresh | Refresh the menu tree |
Add/Edit Menu
Click the "Add Menu" or "Edit" button to open the menu configuration dialog:

Configuration Items
| Field | Description |
|---|---|
| Menu Name | The display name of the menu |
| Menu Code | The unique identifier of the menu |
| Parent Menu | The parent menu |
| Page Address | The page address opened by this menu |
| Icon | The menu icon |
| Sort | Display sort order |
| Enabled | Whether to enable |
Add/Edit Button
Click the "Add Button" button to open the button configuration dialog:

Configuration Items
| Field | Description |
|---|---|
| Button Name | The display name of the button |
| Button Code | The unique identifier of the button |
| Parent Menu | The menu it belongs to |
| Sort | Display sort order |
| Enabled | Whether to enable |
Related Links
- User Management - User creation and management
- Role Management - Role configuration and permission assignment