[]1整天了,还是没解决加载本地文件问题

Access to Image at 'file:///E:/layawork/myLaya12/bin/h5/war/background.png' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access.
加载本地文件总是报错, chrome 浏览器快捷方式有加 --allow-file-access-from-files 了,还是一样。下载的 微信飞机源码,早上能正常运行,下午就不行了。报了一堆后面这样的错
XMLHttpRequest cannot load file:///E:/layabox/layaair-doc-master/project/AS3/AirWar/lesson8/bin/h5/res/atlas/gameUI.atlas. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.

另外 LayaIDE 编译打开经常只有黑屏,或者:
未定义任何生成任务。使用 "isBuildCommand" 在 tasks.json 文件中标记任务。
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "${workspaceRoot}/.laya/astool/layajs",
"isShellCommand": false,
"args": ["${workspaceRoot}/.actionScriptProperties;iflash=false;windowshow=false;chromerun=false;quickcompile=true"],
"showOutput": "always"
}
感觉这里都跟 模板的一样了啊,要怎么改?
已邀请:

cuixueying

赞同来自:

把下面的代码加到快捷方式上,然后打开快捷方式,将你的index.html拖拽到快捷方式看下!
				"--allow-file-access-from-files",
"--allow-file-access-frome-files",
" --disable-web-security"

cuixueying

赞同来自:

如果是编译器打开,请关闭所有的chrome页面,然后用IDE编译,看下是否依然跨域!

要回复问题请先

商务合作
商务合作