|
@@ -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
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|