作者 唐旭辉

静态文件设置

... ... @@ -115,4 +115,5 @@ func init() {
beego.AddNamespace(nsTest)
beego.SetStaticPath("/log", beego.AppConfig.String("log_filename"))
beego.SetStaticPath("/file/opp", beego.AppConfig.String("file_save_path"))
beego.SetStaticPath("/static", "./static")
}
... ...