test.js 100 B

12345678
  1. layui.define(function(exports){
  2. exports('test', {
  3. title: '子目录模块加载'
  4. })
  5. });