From cc88c9d1e54913b46de65dd6c4c8018001367d1d Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 3 Jul 2024 11:00:07 +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-report-ui/.env.development | 2 +- supervise-report-ui/src/layout/components/Navbar.vue | 2 +- supervise-report-ui/src/main.js | 2 +- supervise-report-ui/src/settings.js | 2 +- supervise-report-ui/vue.config.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/supervise-report-ui/.env.development b/supervise-report-ui/.env.development index bb727456..fb8dd8b0 100644 --- a/supervise-report-ui/.env.development +++ b/supervise-report-ui/.env.development @@ -6,4 +6,4 @@ VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 ##VUE_APP_URL = "http://8.130.39.13:8112" -VUE_APP_URL = "http://192.168.2.112:7009" +VUE_APP_URL = "http://192.168.0.105:7009" diff --git a/supervise-report-ui/src/layout/components/Navbar.vue b/supervise-report-ui/src/layout/components/Navbar.vue index ad13f48d..20b42487 100644 --- a/supervise-report-ui/src/layout/components/Navbar.vue +++ b/supervise-report-ui/src/layout/components/Navbar.vue @@ -2,7 +2,7 @@