We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build 之后 Users 数据无法加载。 "proxy": { "/api": { "target": "http://jsonplaceholder.typicode.com/", "changeOrigin": true, "pathRewrite": { "^/api" : "" } } }, http://localhost:8080/api/users?_page=1&_limit=3
"proxy": { "/api": { "target": "http://jsonplaceholder.typicode.com/", "changeOrigin": true, "pathRewrite": { "^/api" : "" } } },
The text was updated successfully, but these errors were encountered:
先试下浏览器里访问上面那个API能不能正常拿到数据,该uri不稳定,有时候打不开
Sorry, something went wrong.
@quanpower http://jsonplaceholder.typicode.com/users?_page=1&_limit=3
No branches or pull requests
npm run build 之后 Users 数据无法加载。
"proxy": { "/api": { "target": "http://jsonplaceholder.typicode.com/", "changeOrigin": true, "pathRewrite": { "^/api" : "" } } },
http://localhost:8080/api/users?_page=1&_limit=3
The text was updated successfully, but these errors were encountered: