Skip to content

Commit

Permalink
Merge pull request #2 from liljaewayne/dev-admin
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
liljaewayne authored Mar 17, 2018
2 parents 0a28f33 + 8c8f33b commit 1843243
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# E-CommerceWebsite_admin_fe
电商管理系统前端

## 项目简介
该项目是一个模拟电商网站,仿照目前主流电商网站的业务流程制作,仅作个人练习使用。
目前该项目已完整上线可以使用。

## 项目线上演示环境
前台访问地址: http://www.liujianwei.top/

管理系统访问地址: http://admin.liujianwei.top/

>管理员账号: admin
管理员密码: admin

## 项目布局
整体项目采用前后端分离开发模式,该项目为管理系统客户端,负责构建管理员交互界面,并请求服务端管理员服务。

- 公共前台前端项目: https://github.com/liljaewayne/E-CommerceWebsite_public_fe
- 管理平台前端项目: https://github.com/liljaewayne/E-CommerceWebsite_admin_fe
- 服务端项目: https://github.com/liljaewayne/E-CommerceWebsite
- 接口文档: https://github.com/liljaewayne/E-CommerceWebsite/blob/master/doc/api_doc.md

## 技术选型
### 项目部署环境
- nginx
- tomcat(集群)
- mysql
- redis(集群)
- vsftpd

### 项目使用的技术
- JSX
- NodeJs
- Yarn
- React
- jQuery
- Simditor
- Font Awesome
- rc-pagination

4 changes: 3 additions & 1 deletion src/component/nav-top/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ class TopNav extends React.Component {
{
this.state.username
? <span>欢迎, {this.state.username}</span>
: <span>请登录</span>
: <span onClick={() =>
_commerce.doLogin()
}>请登录</span>
}

<i className="fa fa-caret-down"></i>
Expand Down

0 comments on commit 1843243

Please sign in to comment.