lanjianrong 3 anni fa
parent
commit
0130005df3
1 ha cambiato i file con 16 aggiunte e 16 eliminazioni
  1. 16 16
      config/routes.ts

+ 16 - 16
config/routes.ts

@@ -144,23 +144,23 @@
         name: 'baseDetail',
         component: './Schema/Base/detail.tsx',
         hideInMenu: true
-      },
-      {
-        path: 'option',
-        name: 'option',
-        component: './Schema/Option'
-      },
-      {
-        path: 'budget',
-        name: 'budget',
-        component: './Schema/Budget'
-      },
-      {
-        path: 'budget/:id',
-        name: 'budgetDetail',
-        component: './Schema/Budget/detail',
-        hideInMenu: true
       }
+      // {
+      //   path: 'option',
+      //   name: 'option',
+      //   component: './Schema/Option'
+      // },
+      // {
+      //   path: 'budget',
+      //   name: 'budget',
+      //   component: './Schema/Budget'
+      // },
+      // {
+      //   path: 'budget/:id',
+      //   name: 'budgetDetail',
+      //   component: './Schema/Budget/detail',
+      //   hideInMenu: true
+      // }
     ]
   },
   {