Browse Source

fix:路经修改

xuemingyang 3 years ago
parent
commit
71338fe109
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/jfw/front/frontRouter.go

+ 2 - 2
src/jfw/front/frontRouter.go

@@ -55,8 +55,8 @@ type CommonRouter struct {
 	webPcPage xweb.Mapper `xweb:"/swordfish/page_web_pc/(.*)"`
 
 	//socialweb
-	socialIndex  xweb.Mapper `xweb:"/swordfish/page_social_pc/"`
-	socialPcPage xweb.Mapper `xweb:"/swordfish/page_social_pc/(.*)"`
+	socialIndex  xweb.Mapper `xweb:"/swordfish/page_knowledge_base/"`
+	socialPcPage xweb.Mapper `xweb:"/swordfish/page_knowledge_base/(.*)"`
 }
 
 func init() {