iwbConfig.js 265 B

123456789
  1. /** iwb_admin-v1.1.0 MIT License By http://www.iwbnet.com e-mail:yueyy@iwbnet.com */
  2. ; layui.define(function (exports) {
  3. var iwbConfig = {
  4. resourcePath: '../Content/' //框架资源路径-相对路径和绝对路径
  5. };
  6. exports('iwbConfig', iwbConfig);
  7. });