index.js 93 B

12345678
  1. layui.define(function(exports){
  2. exports('index', {
  3. title: '模块入口'
  4. });
  5. });