用beego的api命令生成的項目,比new命令生成的項目少views和static文件夾。html
同時在app.conf中多了幾個參數。api
去掉 app
autorender = false
就能夠經過c.TplName="index.html"的方式跳轉。code