提交 48ce9133 编写于 作者: NoSubject's avatar NoSubject

修复o2.js _checkUrl方法

上级 2e2fcbed
......@@ -515,7 +515,7 @@ if (!window.o2) {
var _loadSingle = function (module, callback, op) {
var url = module;
if (op.baseUrl) url = this._checkUrl(url, op.baseUrl);
if (op.baseUrl) url = _checkUrl(url, op.baseUrl);
var uuid = _uuid();
if (op.noCache) url = (url.indexOf("?") !== -1) ? url + "&v=" + uuid : addr_uri + "?v=" + uuid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册