Skip to content

Resource Configuration

Manage the building blocks of the application structure.

Path: /system/menu

Dynamically control the frontend sidebar navigation.

  • Menu Tree: Organize pages into categories and sub-categories.
  • Item Configuration:
    • Component: The Vue file path to render.
    • Icon: Visual icon from the library.
    • Route Path: The browser URL.
    • Visible/Hidden: Toggle visibility without deleting.
    • Permission: (Optional) Link visibility to a specific permission code.

Dictionary Management

Path: /system/dict

Centralized management of dropdown options and standard values.

  • Dictionary Types: Categories like sys_user_status, gender, payment_method.
  • Dictionary Data: The actual options (Label + Value) for each type.
  • Usage: Used by frontend forms to populate select boxes dynamically.

File Management

Path: /system/file

A registry of all files uploaded to the system.

  • File List: View uploaded images, documents, and assets.
  • Details: View file size, MIME type, uploader, and upload date.
  • Download/Delete: Manage file lifecycle.