thinkjs/lib/Tpl/common.js
2013-11-27 09:59:36 +08:00

7 lines
186 B
JavaScript

//这里定义一些全局通用的函数,该文件会被自动加载
/**
* //返回首页
* global.return_home = function(group, controller, http){
* http.redirect("/");
* }
*/