hsun 2 anni fa
parent
commit
553ab7fd78
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      init_serve/router.go

+ 0 - 2
init_serve/router.go

@@ -62,8 +62,6 @@ func InitRouter() (r *gin.Engine) {
 	routers.InitComment(r)
 	// 研报消息相关路由
 	routers.InitMessage(r)
-	//pc相关路由
-	routers.InitPc(r)
 	// 价格驱动相关路由
 	routers.InitPriceDriven(r)
 	return