k.zhang hace 4 años
padre
commit
344a0eeb19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -16,5 +16,5 @@ func InitRouter() {
 		dyjx.InitDyjxRouter(r2) //去水印
 
 	}
-	_ = r.Run(":80")
+	_ = r.Run(":8080")
 }