1.layui.config({
base: '../layuiadmin/' //静态资源所在路径
}).extend({
index: 'lib/index' //主入口模块
}).use(['index', 'gas_group_customer', 'table', 'gas_common'], function () {


2.exports('gas_group_customer', {})

1的'gas_group_customer', 要等于2.('gas_group_customer',

相关文章: