Browse Source

wip:多余路由删除,菜单链接修改

wangkaiyue 1 year ago
parent
commit
7917c60dc1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/jfw/front/frontRouter.go

+ 0 - 4
src/jfw/front/frontRouter.go

@@ -216,10 +216,6 @@ func (this *CommonRouter) BigpcPage(htmlPage string) error {
 	return this.doPcBigPage(htmlPage, types)
 	return this.doPcBigPage(htmlPage, types)
 }
 }
 
 
-func (this *CommonRouter) doPcBigPageM() error {
-	return this.Render(fmt.Sprintf("/frontRouter/pc/page_big_pc/sess/index_m.html"))
-}
-
 var bigVipFreePageReg = regexp.MustCompile(`set_.*|free|unit_portrayal|analysis_(search|result)|pro_follow_detail|client_portrayal`)
 var bigVipFreePageReg = regexp.MustCompile(`set_.*|free|unit_portrayal|analysis_(search|result)|pro_follow_detail|client_portrayal`)
 
 
 // 工作桌面需求 不需要判断用户权限
 // 工作桌面需求 不需要判断用户权限