Просмотр исходного кода

Merge branch 'master' of http://192.168.3.207:10080/group3/SwordFish_Interface_Service

jiaojiao7 4 лет назад
Родитель
Сommit
6626061249
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      router/pageRouter.go

+ 0 - 1
router/pageRouter.go

@@ -18,7 +18,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) {