|
@ -46,6 +46,7 @@ module.exports = { |
|
|
"/api": { |
|
|
"/api": { |
|
|
// target: "http://219.146.91.110:30801", // 测试地址
|
|
|
// target: "http://219.146.91.110:30801", // 测试地址
|
|
|
target: "http://localhost:8080", // 本地地址
|
|
|
target: "http://localhost:8080", // 本地地址
|
|
|
|
|
|
// target: "https://epmet-preview.elinkservice.cn", // 演示地址
|
|
|
changeOrigin: true, |
|
|
changeOrigin: true, |
|
|
pathRewrite: { |
|
|
pathRewrite: { |
|
|
"^api": "", |
|
|
"^api": "", |
|
|