我在生产环境中使用intl-tel-input 。intl-tel-input ipinfo.io的默认请求采用HTTPS。这在我的开发环境中不会发生,因为请求在 HTTP 中。
有什么方法可以覆盖它,以便我可以在生产中使用 HTTP?
我的代码是:
var load_intlTelInput = function(){
$("#my_phone_number").intlTelInput({
defaultCountry: "auto"
});
};
PS:没有 intl-tel-input 或 ipinfo 标签。