This commit is contained in:
sentsin
2016-10-15 10:37:24 +08:00
parent 9aca6f02f4
commit eefa3a5ae3
30 changed files with 91 additions and 86 deletions

8
test/js/child/test.js Normal file
View File

@@ -0,0 +1,8 @@
layui.define(function(exports){
exports('test', {
title: '子目录模块加载'
})
});