seimin 9 mesi fa
parent
commit
ace96a3bcd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/app/views/main/main-routing.module.ts

+ 1 - 1
src/app/views/main/main-routing.module.ts

@@ -532,7 +532,7 @@ const routes: Routes = [
532 532
 			{
533 533
 			  path: "dispensingBatch",
534 534
 			  loadChildren: () => import("../dispensing-batch/dispensing-batch.module").then((m) => m.DispensingBatchModule),
535
-			}
535
+			},
536 536
       // 巡检单配置
537 537
       {
538 538
         path: "inspectionConfiguration",