From 8867714895ca03b0e8b09cfacfa5196833a9efda Mon Sep 17 00:00:00 2001 From: renjianbo <18691577328@163.com> Date: Fri, 8 May 2026 22:43:07 +0800 Subject: [PATCH] fix: wrap DigitalEmployeeFactory and GoalDetail with MainLayout Both pages were missing the MainLayout wrapper, causing the navigation bar to disappear when navigating to /digital-employees or /goals/:id. Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/DigitalEmployeeFactory.vue | 3 +++ frontend/src/views/GoalDetail.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/views/DigitalEmployeeFactory.vue b/frontend/src/views/DigitalEmployeeFactory.vue index 9142e60..496c24a 100644 --- a/frontend/src/views/DigitalEmployeeFactory.vue +++ b/frontend/src/views/DigitalEmployeeFactory.vue @@ -1,4 +1,5 @@ +