Sfoglia il codice sorgente

手术安排重定向

lighter 1 anno fa
parent
commit
39f98a80c3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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')
   }
 }