Explorar o código

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

sw hai 2 meses
pai
achega
2fe29bab09
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 />,