我有一个 aws s3 存储桶托管的 angularjs 应用程序。所有构建静态文件都托管在 s3 存储桶中。当该应用程序调用后端 api url 时,它将 s3 存储桶 url 修改到前面,并且完全失败了 api 调用。
例如:如果原始 api url http://example.org/则将 s3 存储桶 url 修改为:http:///example.org/
谁能帮我弄清楚它为什么会发生。
我有一个 aws s3 存储桶托管的 angularjs 应用程序。所有构建静态文件都托管在 s3 存储桶中。当该应用程序调用后端 api url 时,它将 s3 存储桶 url 修改到前面,并且完全失败了 api 调用。
例如:如果原始 api url http://example.org/则将 s3 存储桶 url 修改为:http:///example.org/
谁能帮我弄清楚它为什么会发生。