|
@@ -52,10 +52,6 @@ type CommonRouter struct {
|
|
bigpcIndex xweb.Mapper `xweb:"/swordfish/page_big_pc/"`
|
|
bigpcIndex xweb.Mapper `xweb:"/swordfish/page_big_pc/"`
|
|
bigpcPage xweb.Mapper `xweb:"/swordfish/page_big_pc/(.*)"`
|
|
bigpcPage xweb.Mapper `xweb:"/swordfish/page_big_pc/(.*)"`
|
|
|
|
|
|
- //工作桌面外访问
|
|
|
|
- bigpcIndexM xweb.Mapper `xweb:"/swordfish/page_big_pc_m/"`
|
|
|
|
- bigpcPageM xweb.Mapper `xweb:"/swordfish/page_big_pc_m/(.*)"`
|
|
|
|
-
|
|
|
|
//双十一活动留资
|
|
//双十一活动留资
|
|
activityLeads xweb.Mapper `xweb:"/weixin/leads/(.*)"`
|
|
activityLeads xweb.Mapper `xweb:"/weixin/leads/(.*)"`
|
|
|
|
|
|
@@ -220,13 +216,6 @@ func (this *CommonRouter) BigpcPage(htmlPage string) error {
|
|
return this.doPcBigPage(htmlPage, types)
|
|
return this.doPcBigPage(htmlPage, types)
|
|
}
|
|
}
|
|
|
|
|
|
-func (this *CommonRouter) BigpcIndexM() error {
|
|
|
|
- return this.doPcBigPageM()
|
|
|
|
-}
|
|
|
|
-func (this *CommonRouter) BigpcPageM(htmlPage string) error {
|
|
|
|
- return this.doPcBigPageM()
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
func (this *CommonRouter) doPcBigPageM() error {
|
|
func (this *CommonRouter) doPcBigPageM() error {
|
|
return this.Render(fmt.Sprintf("/frontRouter/pc/page_big_pc/sess/index_m.html"))
|
|
return this.Render(fmt.Sprintf("/frontRouter/pc/page_big_pc/sess/index_m.html"))
|
|
}
|
|
}
|