我試圖在iframe中添加sensenet的文檔庫時,到另一個文件夾時,出現錯誤「未被捕獲的DOMException:阻止了一個源於原始幀」http://localhost:8090「訪問跨源幀。」。我正在使用chrome(版本57.0.2987.133)。但如果我使用IE 11,它運行良好,請給我一些建議來解決這個問題?未捕獲的DOMException:當我在iframe中添加Sensenet時,阻止了源於「http:// localhost:8090」的框架訪問跨源框架
堆棧: 在Object.RefreshExploreTree(http://localhost:8090/Root/Global/scripts/sn/SN.Util.js:354:38) 在Object.success(EVAL在(http://localhost:8090/Root/Global/scripts/jquery/jquery.js:3:4904):22:25)
好像parent.frams [「ExploreTree 「]需要檢查相同的來源。 http://stackoverflow.com/questions/2576379/javascript-to-detect-if-the-parent-frame-is-of-the-same-origin –