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',