소스 검색

手术安排重定向

lighter 1 년 전
부모
커밋
39f98a80c3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/system/JumpRedirect.vue

+ 3 - 0
src/views/system/JumpRedirect.vue

@@ -47,6 +47,9 @@ const openAddress = {
     }
     console.log(param)
     routerPush(`/mzEmr/${window.btoa(JSON.stringify(data))}`)
+  },
+  '/surgeryManagement': () => {
+    routerPush('/shouShuGuanLi/shouShuAnPai')
   }
 }