terribleness

Results 2 comments of terribleness

// router.js const Index = () => import('../page/index') // 预加载 router.options.routes.forEach(a => { for (let ckey in a.components) { if (Object.prototype.toString.call(a.components[ckey]) == "[object Function]") { a.components[ckey].call(); } } })

i resolve this issue by change the getImage function as follow,support android code-push plugin: private Drawable getImage(String name, String altPath, double altDensity) throws IOException { Drawable result = null; Resources...