mirror of
https://gitee.com/tengzhinei/Vue-rap.git
synced 2025-12-24 08:12:44 +08:00
修改了加载多个文件的bug
This commit is contained in:
@@ -702,7 +702,7 @@
|
||||
for (var i=0;i<url.length;i++){
|
||||
(function () {
|
||||
var load = Rap.loadMod(url[i]);
|
||||
p.then(function () {
|
||||
p=p.then(function () {
|
||||
return load;
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user