wanghuidong 4 年之前
父節點
當前提交
10e4e135d3
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {
 	context.HTML(200, "login.html", nil)
-	context.HTML(200, "login.html", nil)
 }
 
 func chooseProductPage(context *gin.Context) {