我使用angular2.IT开发了一个网站,在所有浏览器中使用“http://somthingxyz.com”工作正常。但当我使用“https://somthingxyz.com”时,我得到了EXCEPTION:Uncaught(承诺) :错误:访问被拒绝。在IE 11中。
如何使用带有“https”的基本网址。如果我使用http设置基本网址,那么它运行良好。但是当我用“https”设置我的基本网址时,我得到了EXCEPTION:Uncaught(在承诺中) :错误:访问被拒绝。在IE 11中
如何解决上述错误。
//此文件包含Angular 2所需的polyfill,并在之前加载 //应用您可以将自己的额外polyfill添加到此文件中。
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/set';
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'zone.js/dist/zone';