diff --git a/vue.config.js b/vue.config.js index d41987792..6d44b19b2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -29,7 +29,7 @@ module.exports = { assetsDir: "static", devServer: { proxy: { - // 如果请求地址以/api打头,就出触发代理机制 + // 如果请求地址以/api打头,就出触发代理机制· // http://localhost:9588/api/login -> http://localhost:3000/api/login "/linkdata/linkdata-gateway/route": { target: "http://bipaas.elinkservice.cn", // 我们要代理的真实接口地址 @@ -37,7 +37,7 @@ module.exports = { "/api": { target: "http://192.168.1.140", // 测试地址 // target: "http://219.146.91.110:30801", // 测试地址 - target: "http://192.168.1.140", // 测试地址 + // target: "http://192.168.1.140", // 测试地址 // target: "http://219.146.91.110:30801", // 测试地址 // target: "http://192.168.1.60:8080", // 本地地址 // target: "https://epmet-preview.elinkservice.cn", // 演示地址