Browse Source

优化一下

es6
guy 3 years ago
parent
commit
ea32513ff4
  1. 2
      src/core/6.inject.js

2
src/core/6.inject.js

@ -126,7 +126,7 @@
} }
} }
if (findVersion === true) { if (findVersion === true) {
_global.console && console.error("moduleId: [" + module.moduleId + "] 服务: [" + type + "] 版本: [" + module.version + "] 已过期", modelInjection[module.moduleId]); _global.console && console.error("moduleId: [" + module.moduleId + "] 接口: [" + type + "] 接口版本: [" + version + "] 已过期,版本要求为:", dependencies[module.moduleId], modelInjection[module.moduleId]);
continue; continue;
} }
} }

Loading…
Cancel
Save