Преглед изворни кода

添加检验报告的重定向

lighter пре 1 година
родитељ
комит
ebaf86203b
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/views/system/JumpRedirect.vue

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

@@ -50,6 +50,9 @@ const openAddress = {
   },
   '/surgeryManagement': () => {
     routerPush('/shouShuGuanLi/shouShuAnPai')
+  },
+  '/inspectionResult': () => {
+    routerPush('/inspections/inspectionReportIndex')
   }
 }