删掉测试页面

This commit is contained in:
liaoxuezhi 2019-06-05 11:10:11 +08:00
parent 222475719d
commit 81312e4903

View File

@ -331,11 +331,11 @@ const navigations = [
path: 'crud/load-once',
component: makeSchemaRenderer(LoadOnceTableCrudSchema)
},
{
label: '测试',
path: 'crud/test',
component: makeSchemaRenderer(TestCrudSchema)
}
// {
// label: '',
// path: 'crud/test',
// component: makeSchemaRenderer(TestCrudSchema)
// }
]
},