我正在尝试结合 Windows 服务器上的部署覆盖 absoluteUrl。
在 Meteor.startup 的服务器上,我正在这样做:
Meteor.absoluteUrl({rootUrl: "http://example.com"});
在控制台中调用 Meteor.absoluteUrl() 返回:http://localhost:3000
。
任何建议都非常受欢迎。这样做 Meteor.absoluteUrl({replaceLocalhost:true}); 也根本没有任何作用。