Skip to content

Commit

Permalink
Merge pull request Antabot#6 from Antabot/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Antabot authored Jul 11, 2019
2 parents 9ff2430 + 47a9e22 commit 0d7bf51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ npm run build

5.[使用 Element 辅助前端开发](https://blog.csdn.net/Neuf_Soleil/article/details/89298717)

6.[前端路由与登录拦截器](https://learner.blog.csdn.net/article/details/89422585)

7.[导航栏与图书页面设计](https://learner.blog.csdn.net/article/details/89853305)

8.[数据库设计与增删改查](https://learner.blog.csdn.net/article/details/92413933)

9.[核心功能的前端实现](https://learner.blog.csdn.net/article/details/95310666)

(持续更新中)

# 近期更新
Expand Down
1 change: 0 additions & 1 deletion wj/src/main/java/com/gm/wj/controller/LoginController.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class LoginController {
@Autowired
UserService userService;

@CrossOrigin
@PostMapping(value = "/api/login")
@ResponseBody
public Result login(@RequestBody User requestUser, HttpSession session) {
Expand Down

0 comments on commit 0d7bf51

Please sign in to comment.