农燊高科官方网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 line
314 B

  1. /**
  2. * Created by Administrator on 2017/3/8.
  3. */
  4. define(['jquery', "template", "Tools"], function ($, template, Tools) {
  5. var module = {};
  6. var tools = new Tools();
  7. module.init = function (page) {
  8. // console.log(page)
  9. };
  10. module.login = function () { };
  11. return module;
  12. });