From 36c2be61ae9a83dbaa067b2b5d8b6fa6386c0e7a Mon Sep 17 00:00:00 2001 From: superlbr Date: Tue, 16 Nov 2021 16:08:26 +0800 Subject: [PATCH] chore readme: add account/password desc. --- README-zh_CN.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 550c8a8..5c2468e 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -65,6 +65,7 @@ npm run start 4. 启动完成后打开浏览器访问 [http://localhost:7000](http://localhost:7000),如果需要更改启动端口,可在 `.env` 文件中配置。 +5. 登录账号有2个,一个账号admin 密码admin;另一个账号guest 密码guest > 更多信息请参考 [使用文档](https://doc.antd-admin.zuiidea.com/#/zh-cn/)。 diff --git a/README.md b/README.md index 1578826..3ce9566 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ npm run start 4. After the startup is complete, open a browser and visit [http://localhost:7000](http://localhost:7000), If you need to change the startup port, you can configure it in the `.env` file. +5. For login page, there're two account. Username: admin Password: admin / Username: guest Password: guest > More instructions at [documentation](https://doc.antd-admin.zuiidea.com)。