标签: amazon-s3 vue.js nuxt.js
我有一个由我用于身份验证的组件生成的URL。不幸的是,我无法控制该组件包的URL。我的问题是,如何在NUXT中使用此URL:
[http://test.com/test-page?token=token_here][1]
到此:
[http://test.com/test-page/?token=token_here][1]
它在我的localhost中工作正常,但在dev中没有。顺便说一句,该网站托管在AWS S3存储桶中。