refactor(asl): ASL frontend architecture refactoring with left navigation
- feat: Create ASLLayout component with 7-module left navigation - feat: Implement Title Screening Settings page with optimized PICOS layout - feat: Add placeholder pages for Workbench and Results - fix: Fix nested routing structure for React Router v6 - fix: Resolve Spin component warning in MainLayout - fix: Add QueryClientProvider to App.tsx - style: Optimize PICOS form layout (P+I left, C+O+S right) - style: Align Inclusion/Exclusion criteria side-by-side - docs: Add architecture refactoring and routing fix reports Ref: Week 2 Frontend Development Scope: ASL module MVP - Title Abstract Screening
This commit is contained in:
2
一键启动.bat
2
一键启动.bat
@@ -42,7 +42,7 @@ echo OK: Backend starting...
|
||||
echo [7/7] Waiting for backend, then starting frontend...
|
||||
timeout /t 3 /nobreak >nul
|
||||
|
||||
start "AI Clinical Research - Frontend" cmd /k "cd /d %~dp0frontend && npm run dev"
|
||||
start "AI Clinical Research - Frontend" cmd /k "cd /d %~dp0frontend-v2 && npm run dev"
|
||||
echo OK: Frontend starting...
|
||||
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user