From 0e230629fa11ebff99b6caa43c4f89d2a6e11e63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com>
Date: Wed, 2 Jul 2025 19:21:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=EF=BC=9A=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA=E5=88=A0=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/axios.js | 4 ++--
src/views/hosts/hostsList.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/utils/axios.js b/src/utils/axios.js
index e957172..b93e22e 100644
--- a/src/utils/axios.js
+++ b/src/utils/axios.js
@@ -17,8 +17,8 @@ let baseURL = ''
if (process.env.NODE_ENV === 'development') {
// 生产环境
// baseURL = "https://api.tkpage.yolozs.com"
- baseURL = "http://192.168.1.174:8101"
- // baseURL = "http://47.79.98.113:8101"
+ // baseURL = "http://192.168.1.174:8101"
+ baseURL = "http://47.79.98.113:8101"
} else {
// 测试环境
// baseURL = "http://120.26.251.180:8085/"
diff --git a/src/views/hosts/hostsList.vue b/src/views/hosts/hostsList.vue
index 5b2803a..62b96a2 100644
--- a/src/views/hosts/hostsList.vue
+++ b/src/views/hosts/hostsList.vue
@@ -17,8 +17,8 @@
{{
$t('hostList.query') }}
- {{
- $t('hostList.export') }}
+