From a7c0b3720b2701fc301610dd003758a3adb937a0 Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 24 Oct 2024 10:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- vue.config.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 0fde813fa..5dfbc92f2 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,8 @@ NODE_ENV=development # VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api # VUE_APP_API_SERVER = http://192.168.1.60:8080/api -VUE_APP_API_SERVER = http://219.146.91.110:30801/api +# VUE_APP_API_SERVER = http://219.146.91.110:30801/api +VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api219.146.91.110:30801 # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api diff --git a/vue.config.js b/vue.config.js index d8dc2c0d7..03cfc5f5a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,8 @@ module.exports = { target: "http://bipaas.elinkservice.cn", // 我们要代理的真实接口地址 }, "/api": { - target: "http://219.146.91.110:30801", // 测试地址 + 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", // 演示地址 changeOrigin: true,