大约有 153 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...rl.charAt(0); if (char1==="."){ return URL.formatRelativePath((base || URL.basePath)+url); }else if (char1==='~'){ return URL.rootPath+url.substring(1); }else if (char1==="d"){ if (url.indexOf("data:image")===0)return url; }else if (char1==="/"){ return url; } return (base || URL.basePath)+url; } 20...
来源: Laya_社区 发布时间: 20180713
请问Native是否支持设置basepath来设置cdn地址? 如题。 通过设置URL.basePath,把JS代码部署到单独的服务器上,资源部署在cdn上。 2020-06-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20200630
...eone 赞同来自: 同步下,1.7.17beta再更新一次之后,通过URL.basePath的形式远程加载资源在真机上可以了。 2018-03-13 0 2 分享 微博 QZONE 微信 banmini 赞同来自: 同问, 另外那个MiniAdpter.nativefiles属性在ide里代码提示是不存在的,用不了 ...
来源: Laya_社区 发布时间: 20180312
...材失败 急急急 看下图 已配置安全域名 也修改了 Laya.URL.basePath 附件 : --> 2018-04-26 添加评论 已悬赏50元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 15 个回复 黄星 赞同来自: 你先试一下勾选上...
来源: Laya_社区 发布时间: 20180426
... 7 个回复 OneWay 赞同来自: 你这个问题是由于同时使用了basePath和版本管理导致。属于引擎适配库的一个BUG,我们会在1.7.19版本中修复。预计是本周末发版本。 想现在解决的话,参照这个问题 https://ask.layabox.com/question/14117 ...
来源: Laya_社区 发布时间: 20180505
Laya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ]; Laya.loader.load(resArray, Laya.Handler.create(this, th...
来源: Laya_社区 发布时间: 20180531
...的路径怎么处理呢。在本地加载的load()方法之后使用URL.basePath方法。 例如: onAwake(): void { //网络动态加载 Laya.URL.basePath = "https://XXXX";//请把XXX换成自己的真实网址; //在此之下,再使用load加载资源,都会自动加入URL网址。从网...
来源: Laya3.0_文档 发布时间: 20241014
...题 在更新1.7.17beta后。经过测试出现以下问题: 1.通过URL.basePath 指定http://ip地址时,在真机模拟时正常显示。 2.通过URL.basePath 指定外网https://域名时,在真机模拟资源不能正常显示。出现错误。 Failed to load:xxx.lh 3.12两种形式在微...
来源: Laya_社区 发布时间: 20180313
...ny> = Loader.getAtlas(this['_atlasPath']); this.basePath=atls_ary['dir']; //this.basePath = "map1.swf"; this['_initData'](data); } } 附件 : --> 2018-06-15 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180615
... "unpack.json" ]; Laya.URL.basePath = "https://xxxxxxx/vivo/"; Laya.ResourceVersion.en able("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); 如上所示的小游戏平台资源...
来源: Laya_社区 发布时间: 20211122