/** * Created by Administrator on 2017/3/8. */ define(['jquery', "template", "Tools"], function ($, template, Tools) { var module = {}; var tools = new Tools(); module.init = function (page) { // console.log(page) }; module.login = function () { }; return module; });