Yansen 2 years ago
parent
commit
3f8889c759

src/regulation/detail/index.jsx → src/pages/regulation/detail/index.jsx View File


src/regulation/edit/index.jsx → src/pages/regulation/edit/index.jsx View File


src/regulation/index.jsx → src/pages/regulation/index.jsx View File


+ 3
- 3
src/routes/routes.jsx View File

@@ -38,9 +38,9 @@ import RotationChartIntroduction from "@/pages/rotationChart/introduction";
38 38
 import RotationChartIntroductionEdit from "@/pages/rotationChart/introduction/edit";
39 39
 import RotationChartDetail from "@/pages/rotationChart/detail";
40 40
 import Roles from "@/pages/roles/index";
41
-import RegulationList from "@/regulation";
42
-import RegulationEdit from "@/regulation/edit";
43
-import RegulationDetail from "@/regulation/detail";
41
+import RegulationList from "@/pages/regulation";
42
+import RegulationEdit from "@/pages/regulation/edit";
43
+import RegulationDetail from "@/pages/regulation/detail";
44 44
 import UserList from "@/pages/user";
45 45
 import UserEdit from "@/pages/user/Edit";
46 46
 import PurchasePlanList from "@/pages/purchase/plan/list";