|
@@ -256,9 +256,5 @@ func (this *CommonRouter) OrgpcPage(htmlPage string) error {
|
|
|
return this.doOrgpcPage()
|
|
|
}
|
|
|
func (this *CommonRouter) doOrgpcPage() error {
|
|
|
- userid, _ := this.GetSession("userId").(string)
|
|
|
- if userid == "" {
|
|
|
- return this.Redirect("/notin/page")
|
|
|
- }
|
|
|
return this.Render(fmt.Sprintf("/frontRouter/pc/page_entbase_pc/sess/index.html"))
|
|
|
}
|