From 42f807adf0fad20cb02f24e463e26c2b87e152b9 Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Thu, 22 Aug 2024 14:43:08 +0800 Subject: [PATCH] =?UTF-8?q?+128=E7=BD=91=E5=9D=80=EF=BC=8C=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=91=BD=E4=BB=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/api/apiUrl.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e5fd74..e652419 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { diff --git a/src/api/apiUrl.js b/src/api/apiUrl.js index 6f1b2ac..162efc9 100644 --- a/src/api/apiUrl.js +++ b/src/api/apiUrl.js @@ -1,4 +1,5 @@ export default{ - root:"http://127.0.0.1:8082/", //本地开发 + // root:"http://127.0.0.1:8082/", //本地开发 + root:"http://192.168.3.128:8178/bi", //本地开发 }