加上 export default

This commit is contained in:
Wang Kejun 2022-07-03 11:22:20 +08:00
parent d25016aa64
commit 4e70948cef
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { firstLetterUpperCase } from 'oak-domain/lib/utils/string'; import { firstLetterUpperCase } from 'oak-domain/lib/utils/string';
import { composeFileUrl } from '../../../../src/utils/extraFile'; import { composeFileUrl } from '../../../../src/utils/extraFile';
OakPage( export default OakPage(
{ {
path: 'userRelation:detail', path: 'userRelation:detail',
entity: 'user', entity: 'user',