正在显示
2 个修改的文件
包含
1 行增加
和
0 行删除
@@ -115,4 +115,5 @@ func init() { | @@ -115,4 +115,5 @@ func init() { | ||
115 | beego.AddNamespace(nsTest) | 115 | beego.AddNamespace(nsTest) |
116 | beego.SetStaticPath("/log", beego.AppConfig.String("log_filename")) | 116 | beego.SetStaticPath("/log", beego.AppConfig.String("log_filename")) |
117 | beego.SetStaticPath("/file/opp", beego.AppConfig.String("file_save_path")) | 117 | beego.SetStaticPath("/file/opp", beego.AppConfig.String("file_save_path")) |
118 | + beego.SetStaticPath("/static", "./static") | ||
118 | } | 119 | } |
-
请 注册 或 登录 后发表评论