wanghuidong 4 years ago
parent
commit
10e4e135d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      router/pageRouter.go

+ 0 - 1
router/pageRouter.go

@@ -17,7 +17,6 @@ func pageRouterRegister(router *gin.Engine) {
 
 
 func login(context *gin.Context) {
 func login(context *gin.Context) {
 	context.HTML(200, "login.html", nil)
 	context.HTML(200, "login.html", nil)
-	context.HTML(200, "login.html", nil)
 }
 }
 
 
 func chooseProductPage(context *gin.Context) {
 func chooseProductPage(context *gin.Context) {