Explorar o código

fix:提交通用请求路由

wangkaiyue %!s(int64=3) %!d(string=hai) anos
pai
achega
771879b866
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/jfw/front/frontRouter.go

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

@@ -106,7 +106,7 @@ func (this *CommonRouter) WebIndex() error {
 }
 
 // WebPcPage 前端vue页面公共路由
-func (this *CommonRouter) WebPcPage() error {
+func (this *CommonRouter) WebPcPage(page string) error {
 	return this.Render(fmt.Sprintf("/micro/web-pc/index.html"))
 }