添加dashboard (#83)

* 后台

* 添加主界面

* 添加主界面

* Update server.js

* 修复bug

* 修复bug
This commit is contained in:
stakeswky
2023-06-10 14:41:01 +08:00
committed by GitHub
parent eef6d7518e
commit 7f9899f7f3
4 changed files with 178 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ function App() {
})
]}
fields={userFields}
action={{ create: true, detail: true, edit: true }}
action={{ detail: true, edit: true }}
/>
}
/>