From e0ef789013032458d106faac7ecbe4cfb86d7428 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 3 Jul 2024 10:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20=E6=B1=87=E8=9E=8D=20?= =?UTF-8?q?=E5=AD=97=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-business-ui/.env.development | 2 +- supervise-business-ui/src/layout/components/Navbar.vue | 4 ++-- supervise-business-ui/src/settings.js | 2 +- supervise-business-ui/vue.config.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/supervise-business-ui/.env.development b/supervise-business-ui/.env.development index 09337635..c5db958e 100644 --- a/supervise-business-ui/.env.development +++ b/supervise-business-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://127.0.0.1:8112" +VUE_APP_URL = "http://192.168.0.105:8112" ##VUE_APP_URL = "http://120.46.172.184:8111" diff --git a/supervise-business-ui/src/layout/components/Navbar.vue b/supervise-business-ui/src/layout/components/Navbar.vue index 81ab7d11..b5fa0eeb 100644 --- a/supervise-business-ui/src/layout/components/Navbar.vue +++ b/supervise-business-ui/src/layout/components/Navbar.vue @@ -1,8 +1,8 @@