8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
|
|
|
|
layui.define(function(exports){
|
|
|
|
exports('index', {
|
|
title: '模块入口'
|
|
});
|
|
}); |