Browse Source

解决问题:曝光成功后没有跳转到处理页面

sw 1 week ago
parent
commit
2fe29bab09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layouts/BasicLayout.tsx

+ 1 - 0
src/layouts/BasicLayout.tsx

@@ -55,6 +55,7 @@ const BasicLayout: React.FC<BasicLayoutProps> = () => {
   const contentMap = {
     exam: <ExamPage />,
     process: <ImageProcessingPage />,
+    view: <ImageProcessingPage />,
     register: <RegisterPage />,
     worklist: <WorklistPage />,
     historylist: <HistorylistPage />,