Laya.URL.__init__函数被修改了。之前版本是这样的。
class URL {
static __init__() {
null == URL.basePath && (URL.basePath = location && null != location.protocol && "" != location.protocol ? URL.getPath(location.protocol + "//" + location.host + location.pathname) : "")
}
}
现在Laya.URL.__init__变成空函数了