Add address to user.

This commit is contained in:
Yang Luo
2021-06-04 20:47:27 +08:00
parent 7434d0f3d3
commit 081da18403
7 changed files with 147 additions and 35 deletions

View File

@ -53,6 +53,7 @@ class UserListPage extends React.Component {
avatar: "https://casbin.org/img/casbin.svg",
email: "user@example.com",
phone: "12345678",
address: [],
affiliation: "Example Inc.",
tag: "staff",
isAdmin: false,