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

相关文章:

  • 2022-01-17
  • 2022-01-06
  • 2022-12-23
  • 2021-07-25
  • 2021-05-28
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
相关资源
相似解决方案