pull/1092/head
贤心 2022-07-18 00:23:08 +08:00
parent d94a2e78bd
commit 42e42a996c
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@
"use strict";
var doc = win.document, config = {
modules: {} //记录模块物理路径
,status: {} //记录模块加载状态
,timeout: 10 //符合规范的模块请求最长等待秒数
,event: {} //记录模块自定义事件
modules: {} // 模块物理路径
,status: {} // 模块加载状态
,timeout: 10 // 符合规范的模块请求最长等待秒数
,event: {} // 模块自定义事件
}
,Layui = function(){