lanjianrong 3 лет назад
Родитель
Сommit
0130005df3
1 измененных файлов с 16 добавлено и 16 удалено
  1. 16 16
      config/routes.ts

+ 16 - 16
config/routes.ts

@@ -144,23 +144,23 @@
         name: 'baseDetail',
         name: 'baseDetail',
         component: './Schema/Base/detail.tsx',
         component: './Schema/Base/detail.tsx',
         hideInMenu: true
         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
+      // }
     ]
     ]
   },
   },
   {
   {