From 665405763cd80878babb87046c6e11f1b3d1f468 Mon Sep 17 00:00:00 2001 From: liangxu Date: Wed, 29 Apr 2026 17:10:17 +0800 Subject: [PATCH] feat(ops-web/site-mappings): add site domain mappings management view Add a CRUD page for site_domain_mappings with search, pagination, create/ edit/enable/disable/delete actions, and register it in the AppShell nav. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/ops-web/src/layouts/AppShell.vue | 7 + apps/ops-web/src/router/index.ts | 6 + .../src/views/SiteDomainMappingsView.vue | 435 ++++++++++++++++++ 3 files changed, 448 insertions(+) create mode 100644 apps/ops-web/src/views/SiteDomainMappingsView.vue diff --git a/apps/ops-web/src/layouts/AppShell.vue b/apps/ops-web/src/layouts/AppShell.vue index d546101..faa3743 100644 --- a/apps/ops-web/src/layouts/AppShell.vue +++ b/apps/ops-web/src/layouts/AppShell.vue @@ -48,6 +48,7 @@ + +