From e39d2911b47654ae553e2786ca2cff69b4443f1e Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 24 Dec 2024 16:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=BC=A9=E6=94=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prod.env.js | 2 +- src/App.vue | 14 ++++---- src/components/home/countryMap.vue | 14 ++++++++ src/views/newHome/index.vue | 52 ++++++++++++++++-------------- yarn.lock | 5 --- 5 files changed, 49 insertions(+), 38 deletions(-) diff --git a/config/prod.env.js b/config/prod.env.js index e857157..f85dabc 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -6,5 +6,5 @@ module.exports = { NODE_ENV: '"production"', //post用当前域名 // API_ROOT: '"http://' + testUrl + '/iot"' - API_ROOT: '"/dev/api"', + API_ROOT: '"/dev-api"', } diff --git a/src/App.vue b/src/App.vue index e5348d4..12f285a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@