Commit 745fcf44 by heshihao

feat: 修改代理地址

parent c52e5259
...@@ -18,7 +18,7 @@ module.exports = { ...@@ -18,7 +18,7 @@ module.exports = {
// 配置不同的后台API地址 // 配置不同的后台API地址
proxy: { proxy: {
"/api": { "/api": {
target: "https://zlcgzyzhzntjxt.industrychain.online/api", target: "https://tyut.industrychain.online/api",
ws: false, ws: false,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment