From 88916464ff5c3be9f677aca273d0cc8c2a6700dd Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 27 Jan 2026 15:27:52 +0800
Subject: [PATCH] 1

---
 .env.development                  |    2 +-
 .env.preview                      |    2 +-
 src/views/dashboard/Workplace.vue |    2 +-
 .env                              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.env b/.env
index 9d885fc..017a74e 100644
--- a/.env
+++ b/.env
@@ -3,4 +3,4 @@
 #VUE_APP_API_BASE_URL=https://api.zcpzi.com/
 #VUE_APP_API_BASE_URL=https://api.stockcardsnow.com/
 
-VUE_APP_API_BASE_URL=https://api.qitiana.cfd/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.bafang.icu/
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 301fc9f..92929f1 100644
--- a/.env.development
+++ b/.env.development
@@ -2,5 +2,5 @@
 VUE_APP_PREVIEW=true
 #VUE_APP_API_BASE_URL=https://api.stockcardsnow.com/
 
-VUE_APP_API_BASE_URL=https://api.qitiana.cfd/
+VUE_APP_API_BASE_URL=https://api.bafang.icu/
 # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/
\ No newline at end of file
diff --git a/.env.preview b/.env.preview
index 7f5a0c2..7a0afd7 100644
--- a/.env.preview
+++ b/.env.preview
@@ -1,3 +1,3 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=https://api.qitiana.cfd/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.bafang.icu/
\ No newline at end of file
diff --git a/src/views/dashboard/Workplace.vue b/src/views/dashboard/Workplace.vue
index 8c8b4ef..879741f 100644
--- a/src/views/dashboard/Workplace.vue
+++ b/src/views/dashboard/Workplace.vue
@@ -288,7 +288,7 @@
   },
   methods: {
     getlizhi() {
-      axios.get('https://api.qitiana.cfd/saying/get').then(res => {
+      axios.get('https://api.bafang.icu/saying/get').then(res => {
         this.lizhidetail = res.data.data
       })
     },

--
Gitblit v1.9.3