From 65b823719de7b2324abe3d4cbc3de369149dcd50 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Wed, 27 Nov 2024 17:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/Layout/tabbar/index.vue | 3 +-- vite.config.ts | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 1c040a2..c600ea5 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '高赛通' -VITE_APP_BASE_API = http://localhost:18085/jeecg-boot +VITE_APP_BASE_API = http://182.92.169.222:19001/jeecg-boot # VITE_APP_BASE_API = 'http://127.0.0.1:8080' \ No newline at end of file diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index 8343e7d..e2b69f3 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -5,7 +5,7 @@