|
@@ -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() {
|